2022-11-01 20:51:09 -07:00

10 lines
144 B
Fortran

@ A port with primitive parameters
port Primitive(
u32: U32,
ref u32Ref: U32,
f32: F32,
ref f32Ref: F32,
b: bool,
ref bRef: bool,
)