Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / _Pragma4.c
blobf6f43d6b242e9d011de275c3ce45da31e6a4f47a
1 /* { dg-do preprocess } */
3 /* Based on Debian GNATS PR 157416. 3 Sep 2002. */
5 #define b foo _Pragma ("bar") baz
6 a b c
8 /* { dg-final { scan-file "_Pragma4.i" "(^|\\n)#pragma bar($|\\n)" } } */