blob: ec57b5436e78d356db38fbdca0d1820221ada1de [file] [log] [blame]
// PR c++/80096
// { dg-do compile { target c++17 } }
template<auto> struct A
{
template<int> struct B {};
};
A<0> a;