2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / id-pr43351.c
blob0590584c5d3cc8697cb335d27f027cf91510d440
1 int foo(int i)
3 if (i < 0) return 0;
4 for (; i < 10; i++);