OSDN Git Service

* pt.c (type_unification_real): Set input_location
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / operator7.C
1 //PR c++/27493
2 // { dg-options "-std=gnu++98" }
3
4 template<operator T> void foo()         // { dg-error "before|template" }
5 {
6   struct A {};
7 }