Sign in
chromium
/
native_client
/
pnacl-gcc
/
pnacl
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
ident.c
blob: 5477cbe10671a8fa9ab57bf6a0d6dffdfc8cca67 [
file
] [
log
] [
blame
]
/* Test #ident. */
/* { dg-do compile } */
/* { dg-options "-Wno-deprecated" } */
/* shut off -pedantic */
#ident "this is an ident"
int
dummy
(
void
)
{
return
12
;
}