OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash46.C
1 // PR c++/27102
2
3 template <class T>
4 void T::foo() {} // { dg-error "invalid" }
5