modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr56405.c (about) 1 /* PR inline-asm/56405 */ 2 3 void 4 foo (void) 5 { 6 asm volatile ("" : "+m" (*(volatile unsigned short *) 0x1001UL)); 7 }