fpp/compiler/tools/fpp-depend/test/spec_command.fpp
2020-04-15 14:56:19 -07:00

10 lines
153 B
Fortran

locate type T at "T.fpp"
locate constant a at "a.fpp"
locate constant b at "b.fpp"
active component C {
async command C(x: T) opcode a priority b
}