blob: 71db3e74df7dfcb49d90413190f210c0b1d7e3ac [file] [log] [blame]
namespace aos.examples;
table Foo {
value:int;
}
table Bar {
value:int;
}
root_type Foo;
root_type Bar;