2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-9.c
bloba24be273ef95e3f1b5a2d96e262c327660e34c91
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 int __GIMPLE() bar()
6 int a;
7 a = a + 1;
8 return a;
11 void __GIMPLE() foo()
13 int b;
14 b = bar();