mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 05:58:28 +00:00
Add tests for flatc (#7405)
This commit is contained in:
5
tests/flatc/bar/bar.fbs
Normal file
5
tests/flatc/bar/bar.fbs
Normal file
@@ -0,0 +1,5 @@
|
||||
include "baz/baz.fbs";
|
||||
|
||||
table Bar {
|
||||
baz:Baz;
|
||||
}
|
||||
3
tests/flatc/bar/baz/baz.fbs
Normal file
3
tests/flatc/bar/baz/baz.fbs
Normal file
@@ -0,0 +1,3 @@
|
||||
table Baz {
|
||||
a:int;
|
||||
}
|
||||
Reference in New Issue
Block a user