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