* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / opout.c
blob6d3736e059a98da7241f282defee6e7fe53a345e
1 x ()
2 {}
4 y ()
5 {}
7 z (a, b)
9 return (int) &a + (int) &b + (int) x + (int) z;