OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920521-1.c
1 /* { dg-do compile } */
2
3 f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}