Searched defs:type_or_int (Results 1 – 1 of 1) sorted by relevance
253 struct A { static const int type_or_int = 5; }; // expected-note {{referenced member 'type_or_int' … member254 struct B { typedef int type_or_int; }; typedef