1/* 2.3.3 crashes on 386 with -traditional */
2f(a)
3     char *a;
4{
5  int d = strcmp(a,"-");
6
7  while (vfork() < 0)
8    ;
9  return d;
10}
11