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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp1-0x.cpp24 struct NonAggr1b { struct
25 NonAggr1b(const NonAggr1b &); // expected-note {{candidate constructor}}
28 NonAggr1b na1b = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr1b'}}

Completed in 660 milliseconds