blob: 320a14d6a0c8ad6973392106e1b8367f99814d53 [file] [log] [blame]
// PR c++/99803
// { dg-do compile { target c++20 } }
struct A { template<typename T> A(T); };
auto A(unsigned) -> A::template A<int>; // { dg-error "not a type" }