blob: 10f5f960dba90db6cb585fa92334ebd1ed14fe45 [file] [log] [blame]
library fidl.test.json;
table Simple {
1: uint8 f1;
2: bool f2;
3: reserved;
};