mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
16 lines
94 B
Fortran
16 lines
94 B
Fortran
module M {
|
|
|
|
module N {
|
|
|
|
module O {
|
|
|
|
passive component C {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|