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