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