Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp54 struct GMG : MG { struct
55 void Accept(int i) { in Accept()
58 static GMG* Method() { return &singleton; } // expected-note{{in instantiation of}} in Method()
59 static GMG singleton;