7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
FUNC INT main() {
|
|
INT i, j
|
|
j := func()
|
|
RETURN 0
|
|
}
|
|
|