OSDN Git Service

PR c++/52685
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash54.C
1 //PR c++/28269
2
3 template<int> struct A;
4
5 struct __attribute__((unused)) A<0<; // { dg-error "template argument|unqualified-id" }