q/tests/errors/UnknownIdentifier3.q
2024-07-18 21:10:27 +02:00

7 lines
No EOL
45 B
Text

main() {
x := 1 + f(x)
}
f(x) {
return x
}