michael@0: struct Blah { michael@0: int i; michael@0: }; michael@0: michael@0: Blah b = { 3 };