blob: 72b4b4cffa48426c85303bd221011dd663f25a5f [file] [log] [blame]
long x = -1L;
int main()
{
long b = (x != -1L);
if (b)
abort();
exit(0);
}