blob: 2db708c873306df984fc9911212c5d943f887fc4 [file] [log] [blame]
long long x = 0;
int
main(void)
{
if (x--)
return 255;
return 0;
}