repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
ident-1.c
blob
cb6c0dcf658864d24638563b286728e6b3a96e6d
1
/* { dg-do preprocess } */
2
/* { dg-options "" } */
/* shut off -pedantic */
3
4
/* Based on PR 16999 */
5
6
#ident
"this is an ident"
7
8
/* { dg-final { scan-file "ident-1.i" "(^|\\n)#ident \"this is an ident\"($|\\n)" } } */