8sa1-gcc/gcc/testsuite/gcc.dg/cpp/ident.c
Zack Weinberg bfa697a954 ident.c: Don't expect #ident strings in the assembly output.
* gcc.dg/cpp/ident.c: Don't expect #ident strings in the
	assembly output.

From-SVN: r34873
2000-07-05 18:17:23 +00:00

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; }