Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
4e582b0c1d60c55f9a0a90f9740d4a4c48f3b53b
/
.
/
tests
/
flatc
/
foo.fbs
blob: a2f27aab9ab488ef505a2f0a68af6141be9fcfc6 [
file
]
include
"bar/bar.fbs"
;
include
"bar/bar_with_ns.fbs"
;
table
Foo
{
bar
:
Bar
;
bar2
:
bar
.
Bar
;
}
root_type
Foo
;