FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g77.f-torture / execute / 19990313-3.f
blob6366dccd890085aaf019391bccfd888d7e2da76e
1 integer *8 foo, bar
2 double complex c
3 data c/(4d10,0)/
4 foo = 4d10
5 bar = c
6 if (foo .ne. bar) call abort
7 end