(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
asm-4.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O0" } */
       3  
       4  int x;
       5  
       6  void
       7  f (void)
       8  {
       9    asm volatile ("%a0" :: "X" (__builtin_extend_pointer (&x)));
      10  }