lbug.c   [plain text]


long long x = 0;
main()
{
  if (x--)
    return 255;
  return 0;
}