aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arc/sdata-1.c
blob: 3d8366c156457f045fb130539202063ed87d4d55 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -msdata" } */

int i;

int f (void)
{
  return i;
}
/* { dg-final { scan-assembler "@sda" } } */