OSDN Git Service

PR testsuite/52641
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / mangle-1.c
1 int foo(void)
2 {
3   static int x asm ("x") = 3;
4   return x++;
5 }
6
7 int X2 asm ("x.0") = 4;
8 int X3 asm ("_x.0") = 5;
9