Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr81203.c
blob5c9eaf569e7ed3fe00a2002d5930def653b1f934
1 /* { dg-do compile } */
3 int a;
4 int b()
6 int c, d;
7 if (a)
8 d = b();
9 return 1 + c + d;