leo/simple.program
2020-04-15 22:17:44 -07:00

7 lines
89 B
Plaintext

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