Home
last modified time | relevance | path

Searched refs:NonAggr1 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Daggregate-initialization.cpp9 struct NonAggr1 { // expected-note 2 {{candidate constructor}} struct
10 NonAggr1(int, int) { } // expected-note {{candidate constructor}} in NonAggr1() argument
29 NonAggr1 na1 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr1'}} argument