mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 21:08:16 -06:00
9 lines
80 B
Fortran
9 lines
80 B
Fortran
module M {
|
|
array A = [3] F64
|
|
}
|
|
|
|
struct Array {
|
|
a: M.A
|
|
aArr: [3] M.A
|
|
}
|