* gcc.dg/cpp/ident.c: Don't expect #ident strings in the assembly output. From-SVN: r34873
8 lines
152 B
C
8 lines
152 B
C
/* Test #ident. */
|
|
/* { dg-do compile } */
|
|
/* { dg-options "" } */ /* shut off -pedantic */
|
|
|
|
#ident "this is an ident"
|
|
|
|
int dummy(void) { return 12; }
|