URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [ident-1.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do preprocess } */ /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */ /* Based on PR 16999 */ #ident "this is an ident" /* { dg-final { scan-file "ident-1.i" "(^|\\n)#ident \"this is an ident\"($|\\n)" } } */