Home
last modified time | relevance | path

Searched refs:PackedD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp93 struct __attribute((packed)) PackedD { double y = 2; }; struct
94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3()