Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5a66f8aa3fd1d076fe7eb24462f5660b4df2bc34
/
.
/
third_party
/
flatbuffers
/
tests
/
flatc
/
foo.fbs
blob: a2f27aab9ab488ef505a2f0a68af6141be9fcfc6 [
file
] [
log
] [
blame
]
include
"bar/bar.fbs"
;
include
"bar/bar_with_ns.fbs"
;
table
Foo
{
bar
:
Bar
;
bar2
:
bar
.
Bar
;
}
root_type
Foo
;