blob: ca153ac7db163cc1fa581620f5bbf08a53ec2b2c [file] [log] [blame] [edit]
namespace aos.examples;
table Foo {
value:int32 (id: 0);
}
table Bar {
value:int32 (id: 0);
}
root_type Foo;
root_type Bar;