aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/g77/19990313-3.f
blob: c14beb92e71eb271e68b56472db646cf86007f79 (plain)
1
2
3
4
5
6
7
8
c { dg-do run }
        integer *8 foo, bar
        double complex c
        data c/(4d10,0)/
        foo = 4d10
        bar = c
        if (foo .ne. bar) call abort
        end