mirror of
https://github.com/nasa/fpp.git
synced 2025-12-14 01:11:35 -06:00
7 lines
111 B
Fortran
7 lines
111 B
Fortran
passive component C {
|
|
struct S { x: U32 }
|
|
}
|
|
|
|
@ An identical struct outside the component
|
|
struct S { x: U32 }
|