Searched refs:UnspecInherStruct (Results 1 – 1 of 1) sorted by relevance
132 struct UnspecInherStruct;133 struct D3 { const int UnspecInherStruct::*p; };135 struct UnspecInherStruct { int i; }; struct138 template void f<D3{&UnspecInherStruct::i}>();