OSDN Git Service

2011-02-20 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / typedef2.C
1 // PR c++/18155
2
3 template<int> typedef struct A; // { dg-warning "'typedef' was ignored" }
4                                 // { dg-error "" "" { target *-*-* } 3 }