6 lines
No EOL
52 B
Text
6 lines
No EOL
52 B
Text
main() {
|
|
a := 1
|
|
b := a + 1
|
|
a = 2
|
|
assert b == 2
|
|
} |