(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr56405.c
       1  /* PR inline-asm/56405 */
       2  
       3  void
       4  foo (void)
       5  {
       6    asm volatile ("" : "+m" (*(volatile unsigned short *) 0x1001UL));
       7  }