OSDN Git Service

Rearrange lots of files, removing entirely the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920521-1.c
1 f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}