OSDN Git Service

* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash83.C
1 // PR c++/37650
2
3 template<int> struct A {};
4
5 template<typename = class A<0>: > struct B {}; // { dg-error "explicit specialization|expected" }