Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp18 struct NonPoly { }; struct
29 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
32 xnp.g(NonPoly()); in test()
33 xnpr.g(NonPoly()); in test()