Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-structors-delayed-template.cpp6 struct ImplicitCtor { struct
7 virtual ~ImplicitCtor();
9 template <class T> void foo(T t) { new ImplicitCtor; } in foo()