aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/special/930510-1.c
blob: f973bc633217caba793f3177977d38e5e370513e (plain)
1
2
3
#define ugly 3
#ugly "foobar" 3	/* { dg-error "invalid" "invalid directive" } */
main() { exit (0); }