Searched defs:NonConstexpr2a (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp11 struct NonConstexpr2a : NonConstexpr1 { }; struct in inherits:NonConstexpr1
14 constexpr NonConstexpr2a nc2a = NonConstexpr2a(); // ok, does not call constructor
16 constexpr int nc2a_a = NonConstexpr2a().a; // ok

Completed in 89 milliseconds