fpp/compiler/tools/fpp-depend/test/def_struct.fpp
2025-10-21 17:23:50 -07:00

8 lines
191 B
Fortran

locate type T at "T.fpp"
locate constant a at "a.fpp"
locate dictionary type T2 at "T2.fpp"
locate constant b at "b.fpp"
struct S { x: T } default a
dictionary struct S2 { x: T2 } default a