fpp/compiler/tools/fpp-depend/test/transitive_instance_B.fpp
2022-01-12 14:37:56 -08:00

10 lines
70 B
Fortran

module B {
passive component C {
sync input port p: P
}
}