No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / parse / pragma2.C
blob9cab9d88b878a7b164f10f4df1bd7ea4abe7e6d3
1 // PR c++/17595
3 // Ideally, the #pragma error would come one line further down, but it
4 // does not.
5 int f(int x, // { dg-error "not allowed here" }
6 #pragma interface 
7       // The parser gets confused and issues an error on the next line.
8       int y); // { dg-bogus "" "" { xfail *-*-* } }