modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/930111-1.c (about) 1 /* 2.3.3 crashes on 386 with -traditional */ 2 f(a) 3 char *a; 4 { 5 int d = strcmp(a,"-"); 6 7 while (vfork() < 0) 8 ; 9 return d; 10 }