mirror of
https://github.com/nasa/fpp.git
synced 2025-12-17 17:34:46 -06:00
8 lines
177 B
Fortran
8 lines
177 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"
|
|
|
|
enum E : T { x = a }
|
|
dictionary enum E2 : T2 { x = a }
|