modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }