2017-06-14 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr81083.c
blob39c3f63017a387022b43ef5db49b1c4d9777e6c9
1 /* { dg-do compile } */
3 void a(int arg)
5 extern struct { int x; } obj;
6 setjmp();
7 obj.x = arg;
8 arg = arg;
9 if (obj.x)
10 func();
11 if (obj.x)
12 func();