2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / mangle-1.c
blob7abc934e75c5ad457bcb8623162e274a2322fdec
1 int foo(void)
3 static int x asm ("x") = 3;
4 return x++;
7 int X2 asm ("x.0") = 4;
8 int X3 asm ("_x.0") = 5;