Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
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
;