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