1 /* PR inline-asm/85022 */ 2 3 extern struct B b; 4 5 void foo()6 foo () 7 { 8 __asm ("" : "+m" (b)); 9 } 10