aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/19930510-1.c
blob: 62c1206745a2f4492d8ac26be06be114649f0ce1 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */

extern void exit (int);

#define ugly 3
#ugly "foobar" 3	/* { dg-error "invalid" "invalid directive" } */
int main() { exit (0); }