2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920521-1.c
blob6c4c99d70f66188fd46a165c11b0f0550af754ba
1 /* { dg-do compile } */
3 f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}