fpp/compiler/tools/fpp-depend/test/def_interface.fpp
2025-06-11 09:12:04 -07:00

8 lines
122 B
Fortran

locate port P1 at "P1.fpp"
locate port P2 at "P2.fpp"
interface I {
async input port p1: P1
output port p2: P2
}