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)" } } */
9