OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[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 }