aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/aarch64/c-output-template-2.c
blob: ced96d04542fa034575540c3c967f49b16f7e08f (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

void
test (void)
{
    __asm__ ("@ %c0" : : "S" (test));
}

/* { dg-final { scan-assembler "@ test" } } */