struct Foo { bool x } def main() -> (bool): Foo f = Foo {x: true} return f.x