fpp/compiler/tools/fpp-depend/test/spec_async_input_port.fpp
2023-01-07 16:19:48 -08:00

10 lines
148 B
Fortran

locate port P at "P.fpp"
locate constant a at "a.fpp"
locate constant b at "b.fpp"
active component C {
async input port p: [a] P priority b
}