Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-class-nttp.cpp132 struct UnspecInherStruct;
133 struct D3 { const int UnspecInherStruct::*p; };
135 struct UnspecInherStruct { int i; }; struct
138 template void f<D3{&UnspecInherStruct::i}>();