mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
8 lines
60 B
Fortran
8 lines
60 B
Fortran
interface I {
|
|
}
|
|
|
|
interface I2 {
|
|
import I
|
|
import I
|
|
}
|