q/tests/errors/InvalidOperator.q

4 lines
No EOL
44 B
Text

main() {
x := 123 +++ 456
syscall(60, x)
}