Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 930111-1.c
blob28574191d13994abd5d304b316978f3f6829e427
1 /* 2.3.3 crashes on 386 with -traditional */
2 f(a)
3 char *a;
5 int d = strcmp(a,"-");
7 while (vfork() < 0)
9 return d;