Home
last modified time | relevance | path

Searched defs:type_or_int (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp253 struct A { static const int type_or_int = 5; }; // expected-note {{referenced member 'type_or_int' … member
254 struct B { typedef int type_or_int; }; typedef