Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 930926-1.c
blobfcfa4fbc499df069be8c1962ef85cc53e82b1e43
1 int f () { return 0; }
3 void
4 test ()
6 int j = { f() };