module structs6; struct S { float f; } void func(S s) { } void main() { func(S()); }