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