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

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp232 struct NonTrivCopy { struct in namespace:UnionOrAnonStructMembers
233 NonTrivCopy(const NonTrivCopy&); // expected-note 2{{user-provided copy constructor}}
240 NonTrivCopy ntcp; // expected-warning {{union member 'ntcp' with a non-trivial copy constructor is incompatible with C++98}}
246 NonTrivCopy ntcp; // expected-warning {{anonymous struct member 'ntcp' with a non-trivial copy constructor is incompatible with C++98}}

Completed in 94 milliseconds