aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/mangle-1.c
blob: 7abc934e75c5ad457bcb8623162e274a2322fdec (plain)
1
2
3
4
5
6
7
8
9
int foo(void)
{
  static int x asm ("x") = 3;
  return x++;
}

int X2 asm ("x.0") = 4;
int X3 asm ("_x.0") = 5;