c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / template / pr98115.C
blob0bfc57ab88e4e2150548741e08f30da742341a80
1 // PR 98115, dependent array types lead to specialization issues
3 template <class> class Stringify;
4 template <long N> class Stringify<const char[N]>;