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

10 lines
113 B
C

int foo(void)
{
static int x asm ("x") = 3;
return x++;
}
int X2 asm ("x.0") = 4;
int X3 asm ("_x.0") = 5;