1include "include_test2.fbs";    // should be skipped
2
3namespace MyGame.OtherNameSpace;
4
5enum FromInclude:long { IncludeVal }
6
7struct Unused {}
8
9
10