Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / execute / 920829-1.c
blobed2c2271caa158d4d79a1e4927926221f33582e4
1 long long c=2863311530LL,c3=2863311530LL*3;
2 main(){if(c*3!=c3)abort();exit(0);}