q/tests/errors/UnknownIdentifier5.q

3 lines
No EOL
31 B
Text

main() {
x := 1 + unknown(x)
}