mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 18:43:51 -06:00
13 lines
301 B
Fortran
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
|
|
|
|
}
|