Searched refs:XU2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp250 union XU2 { int a = 1; constexpr XU2() = default; }; union
265 static_assert(XU2().a == 1, "");

Completed in 254 milliseconds