7 lines
51 B
Plaintext
7 lines
51 B
Plaintext
a int :: b
|
|
b int :: a
|
|
|
|
main func() void {
|
|
_ = a
|
|
}
|