fpp/compiler/tools/fpp-depend/test/def_state_machine.fpp
2024-12-04 10:15:08 -08:00

12 lines
155 B
Fortran

locate type A at "A.fpp"
locate type G at "G.fpp"
locate constant s at "s.fpp"
state machine M {
action a: A
guard g: G
signal s: string size s
}