summaryrefslogtreecommitdiff
path: root/tests/include_test2.fbs
blob: d22c0d9b4b9641d2ceebc9864a37ca390b00e04b (plain)
1
2
3
4
5
6
7
8
9
include "include_test2.fbs";    // should be skipped

namespace MyGame.OtherNameSpace;

enum FromInclude:long { IncludeVal }

struct Unused {}