Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20040709-1.c
blobc8c9cc357fb2fc37df84e56f7395628e61ab4321
1 /* PR target/16364 */
2 union foo {
3 long double ld;
4 } bar;
6 double
7 sub (union foo baz)
9 return baz.ld / 2;