Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
3b15b0cb7fc8b8ce37d3dd0d826dd522e6e5d2ab
/
.
/
tests
/
flatc
/
foo_with_ns.fbs
blob: c348d9b84f1d48e96a38821ab676051381c2c771 [
file
] [
log
] [
blame
]
include
"bar/bar_with_ns.fbs"
;
namespace
something
;
table
Foo
{
bar
:
bar
.
Bar
;
}
root_type
Foo
;