diff options
Diffstat (limited to 'test/monster_test/include_test1.fbs')
-rw-r--r-- | test/monster_test/include_test1.fbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/monster_test/include_test1.fbs b/test/monster_test/include_test1.fbs new file mode 100644 index 0000000..11aebe8 --- /dev/null +++ b/test/monster_test/include_test1.fbs @@ -0,0 +1,5 @@ +include "include_test2.fbs"; +include "include_test2.fbs"; // should be skipped +include "include_test1.fbs"; // should be skipped + + |