mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-13 08:14:31 +00:00
Add tests for flatc (#7405)
This commit is contained in:
7
tests/flatc/foo.fbs
Normal file
7
tests/flatc/foo.fbs
Normal file
@@ -0,0 +1,7 @@
|
||||
include "bar/bar.fbs";
|
||||
|
||||
table Foo {
|
||||
bar:Bar;
|
||||
}
|
||||
|
||||
root_type Foo;
|
||||
Reference in New Issue
Block a user