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