1 2 3 4 5 6 7 8 9
/// Put the interfaces in a module, to avoid global namespace pollution module Test { struct theStruct { string theString; }; };