PR inline-asm/85022
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / pr85022.c
blob3ec2c781aa1e75831ff71b53a64069d450f48538
1 /* PR inline-asm/85022 */
3 extern struct B b;
5 void
6 foo ()
8 __asm ("" : "+m" (b));