osrm-backend/third_party/flatbuffers/tests/flatc/foo.fbs

9 lines
111 B
Plaintext

include "bar/bar.fbs";
include "bar/bar_with_ns.fbs";
table Foo {
bar:Bar;
bar2:bar.Bar;
}
root_type Foo;