1 /* PR inline-asm/56405 */
2 
3 void
foo(void)4 foo (void)
5 {
6   asm volatile ("" : "+m" (*(volatile unsigned short *) 0x1001UL));
7 }
8