aboutsummaryrefslogtreecommitdiff
path: root/test/monster_test/include_test2.fbs
blob: ff23e9396433b5bc3bc827dfebb015eee938e305 (plain)
1
2
3
4
5
6
7
8
9
10
11
include "include_test2.fbs";    // should be skipped

attribute "included_attribute";

namespace MyGame.OtherNameSpace;

enum FromInclude:long { IncludeVal, Foo = 17 }

struct Unused { unused: byte; }