fpp/compiler/tools/fpp-depend/test/framework.fpp
2021-11-30 13:33:49 -08:00

12 lines
127 B
Fortran

port P
passive component C1 {
guarded input port p: P
}
module M {
active component C2 {
async input port p: P
}
}