aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/920521-1.c
blob: 95b949798dcfbea5a1290c22d62e8a115dd72977 (plain)
1
f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}