libcpp/
[official-gcc.git] / gcc / testsuite / g++.dg / parse / pragma2.C
blobc5616ff74f53e49d2141e8a71a7eda4a32fae2c2
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,
6 #pragma interface  // { dg-error "not allowed here" }
7       // The parser gets confused and issues an error on the next line.
8       int y); // { dg-bogus "" "" { xfail *-*-* } }