/srv/osrm/osrm-backend/third_party/flatbuffers/tests/include_test
Edit: /srv/osrm/osrm-backend/third_party/flatbuffers/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;
}