blob: d21bcfcad243bea85419c576311f09ad43c96642 [file] [log] [blame]
f (int i)
{
if (((1 << i) & 1) == 0)
abort ();
}
main ()
{
f (0);
exit (0);
}