OSDN Git Service

ffb7549d413ac0654c5559ee93558c55f2bf5c20
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g77.f-torture / execute / 19990313-2.f
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