module structs3; struct S { float l; char c; } struct T { S s; long l; } void main() { }