(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
lbug.c
       1  long long x = 0;
       2  main()
       3  {
       4    if (x--)
       5      return 255;
       6    return 0;
       7  }