cp/
[official-gcc.git] / gcc / testsuite / g++.dg / template / operator7.C
blob59c8b356cc72eed45e4a17e6f1a79ab5220c3e30
1 //PR c++/27493
2 // { dg-options "-std=gnu++98" }
4 template<operator T> void foo()         // { dg-error "before|template" }
6   struct A {};