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

13 lines
301 B
Fortran

# Test a transtitive dependence from an instance to a port
# through a component, using different namespaces
# Documents the fix to issue #110 on GitHub
locate component B.C at "transitive_instance_B.fpp"
locate port B.P at "transitive_instance_P.fpp"
module A {
instance b: B.C base id 0x100
}