blob: 55c41ca8a74a2f6c7421802fdb433ea2e5a981a6 [file] [log] [blame]
library test.mixer;
struct ExampleStruct {
string s;
};
table ExampleTable {
1: string t;
};
union ExampleUnion {
1: string u;
};
xunion ExampleXUnion {
1: string x;
};