blob: d0101c5d35e425df18de36631620b60878784c8f [file] [log] [blame]
library test.name;
union Union {
int32 Primitive;
string StringNeedsConstructor;
vector<string> VectorStringAlsoNeedsConstructor;
};