import std::collections::list; struct Module { List {ModuleSection} sections; } struct ModuleSection { inline int data; }