summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/asm-2.c
blob: 3f978f5b2347405c8637529442af537f409a59bd (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2" } */

int x;

void
f (void)
{
  asm volatile ("%a0" :: "X" (&x));
}