Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / opout.c
blob6d3736e059a98da7241f282defee6e7fe53a345e
1 x ()
2 {}
4 y ()
5 {}
7 z (a, b)
9 return (int) &a + (int) &b + (int) x + (int) z;