/mnt/hdd/osrm/build/flatbuffers-build/tests/include_test
Edit: /mnt/hdd/osrm/build/flatbuffers-build/tests/include_test/include_test1.fbs (191B)
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;
}