blob: c348d9b84f1d48e96a38821ab676051381c2c771 [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001include "bar/bar_with_ns.fbs";
2
3namespace something;
4
5table Foo {
6 bar:bar.Bar;
7}
8
9root_type Foo;