mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 00:06:20 -06:00
8 lines
191 B
Fortran
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
|