fpp/compiler/tools/fpp-depend/test/def_array.fpp
2021-01-20 10:30:38 -08:00

10 lines
187 B
Fortran

locate constant a at "a.fpp"
locate constant b at "b.fpp"
locate constant c at "c.fpp"
locate type T at "T.fpp"
locate type C.T at "C.fpp"
array A1 = [a] T default b
array A2 = [a] C.T