2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / execute / 19990313-2.f
blobffb7549d413ac0654c5559ee93558c55f2bf5c20
1 integer *8 foo, bar
2 complex c
3 data c/(4e10,0)/
4 foo = 4e10
5 bar = c
6 if (foo .ne. bar) call abort
7 end