fpp/compiler/tools/fpp-depend/test/def_alias.fpp
2025-03-03 18:20:16 -08:00

6 lines
79 B
Fortran

locate type T at "T.fpp"
locate type C.T at "C.fpp"
type A1 = T
type A2 = C.T