OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / _Pragma4.c
1 /* { dg-do preprocess } */
2
3 /* Based on Debian GNATS PR 157416.  3 Sep 2002.  */
4
5 #define b foo _Pragma ("bar") baz
6 a b c 
7
8 /* { dg-final { scan-file "_Pragma4.i" "(^|\\n)#pragma bar($|\\n)" } } */