blob: b29e09988d9f78738e10f304f869b6957c91319d [file] [log] [blame]
// PR c++/104291
// { dg-do compile { target c++20 } }
struct A { int x; };
template<auto> struct B;
template<int N> struct B<A{N}> { }; // { dg-error "not deducible" }