* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20001112-1.c
blob6ce2f66516f778915c881321070b9e2ca8ddf5b2
1 int main ()
3 long long i = 1;
5 i = i * 2 + 1;
7 if (i != 3)
8 abort ();
9 exit (0);