Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame^] | 1 | include "sub/include_test2.fbs"; |
2 | include "sub/include_test2.fbs"; // should be skipped | ||||
3 | include "include_test1.fbs"; // should be skipped | ||||
4 | |||||
5 | table TableA { | ||||
6 | b:MyGame.OtherNameSpace.TableB; | ||||
7 | } |