Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
tests
/
flatc
/
foo.fbs
blob: a2f27aab9ab488ef505a2f0a68af6141be9fcfc6 [
file
] [
log
] [
blame
]
Austin Schuh
2dd86a9
2022-09-14 21:19:23 -0700
[
diff
] [
blame^
]
1
include
"bar/bar.fbs"
;
2
include
"bar/bar_with_ns.fbs"
;
3
4
table
Foo
{
5
bar
:
Bar
;
6
bar2
:
bar
.
Bar
;
7
}
8
9
root_type
Foo
;