Sign in
◑
Theme
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
2b8e4d3af04a6c38c7a7e19460fc26faa3608c9e
/
.
/
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
;