Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp32 struct testg { virtual void a(); }; struct
34 void testg::a() {} in a()
35 testg *testgvar = new testg;