blob: 6ce2f66516f778915c881321070b9e2ca8ddf5b2 [file] [log] [blame]
int main ()
{
long long i = 1;
i = i * 2 + 1;
if (i != 3)
abort ();
exit (0);
}