summaryrefslogtreecommitdiff
path: root/tests/include_test/include_test1.fbs
blob: 804856a28df7f4b30236bb47a8a4ac9929f845a6 (plain)
1
2
3
4
5
6
7
include "sub/include_test2.fbs";
include "sub/include_test2.fbs";  // should be skipped
include "include_test1.fbs";  // should be skipped

table TableA {
  b:MyGame.OtherNameSpace.TableB;
}