blob: 71db3e74df7dfcb49d90413190f210c0b1d7e3ac [file] [log] [blame]
James Kuszmaulf385c462019-12-24 09:37:34 -08001namespace aos.examples;
2
3table Foo {
4 value:int;
5}
6
7table Bar {
8 value:int;
9}
10
11root_type Foo;
12root_type Bar;