Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20001212-1.c
blob009138c5d3f6519145010a4c95b1f3d459d1e3c8
1 typedef struct
3 long double l;
4 } ld;
6 ld a (ld x, ld y)
8 ld b;
9 b.l = x.l + y.l;