leo/simple.program
2020-04-16 15:15:13 -07:00

7 lines
89 B
Plaintext

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