Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f385c46cd5de309d0266917ef33bb330794dfe99
/
.
/
build_tests
/
test.fbs
blob: 71db3e74df7dfcb49d90413190f210c0b1d7e3ac [
file
] [
log
] [
blame
]
James Kuszmaul
f385c46
2019-12-24 09:37:34 -0800
[
diff
] [
blame^
]
1
namespace
aos
.
examples
;
2
3
table
Foo
{
4
value
:
int
;
5
}
6
7
table
Bar
{
8
value
:
int
;
9
}
10
11
root_type
Foo
;
12
root_type
Bar
;