rt_gccstream/gcc/testsuite/gcc.c-torture/compile/920521-1.c

4 lines
81 B
C

/* { dg-do compile } */
f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}