(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
partial20.C
// 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" }