7 lines
79 B
Text
7 lines
79 B
Text
struct Baz {}
|
|
|
|
const field BAZ = 123;
|
|
|
|
def main() -> field {
|
|
return BAZ;
|
|
}
|