Lines Matching +defs:S +defs:test
46 struct test {}; // expected-note{{previous definition}} struct
49 struct test : T {}; // expected-error{{redefinition}} struct
120 struct S { struct
121 int C; // expected-note {{here}}
124 int D; // expected-note {{here}}
125 template<typename T> struct D { // expected-error {{different kind of symbol}}
128 int E;
129 template<typename T> friend struct E { // expected-error {{cannot define a type in a friend}}
132 int F;
139 int I, J, K;
141 struct U {