2022-07-22 09:44:47 -07:00

7 lines
111 B
Fortran

passive component C {
struct S { x: U32 }
}
@ An identical struct outside the component
struct S { x: U32 }