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