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