]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/parse/pragma2.C
c5616ff74f53e49d2141e8a71a7eda4a32fae2c2
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / parse / pragma2.C
1 // PR c++/17595
2
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 *-*-* } }