* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / ddd.c
blobb0b6809dd698a4bb46b64455cbeb7ab1000e0396
1 int foo;
2 int bar;
4 main ()
6 return foo + bar;