blob: 3c9193edcc0a7868fb8a40118b7749db221046de [file] [log] [blame]
library test.struct;
type Simple = struct {
f1 uint8;
f2 bool;
};
type BasicStruct = struct {
x uint32;
y string;
};