contract test_struct_parsing { struct Foo { bool x; int32 y; } function f() public { Foo a = Foo(); } }