URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [_Pragma4.c] - Rev 12
Compare with Previous | Blame | View Log
/* { dg-do preprocess } */ /* Based on Debian GNATS PR 157416. 3 Sep 2002. */ #define b foo _Pragma ("bar") baz a b c /* { dg-final { scan-file "_Pragma4.i" "(^|\\n)#pragma bar($|\\n)" } } */