1 /* PR preprocessor/30786 - _Pragma at end of file should not ICE */
2 /* { dg-do compile } */
3 
4 int x;
5 
6 /* { dg-error "parenthesized" "parenthesized" { target *-*-* } .+2 } */
7 /* { dg-error "expected" "expected" { target *-*-* } .+1 } */
8 _Pragma
9