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

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp229 struct NonTrivCtor { struct in namespace:UnionOrAnonStructMembers
230 NonTrivCtor(); // expected-note 2{{user-provided default constructor}}
239 NonTrivCtor ntc; // expected-warning {{union member 'ntc' with a non-trivial constructor is incompatible with C++98}}
245 NonTrivCtor ntc; // expected-warning {{anonymous struct member 'ntc' with a non-trivial constructor is incompatible with C++98}}

Completed in 41 milliseconds