q/tests/errors/InvalidOperator.q
2024-06-30 00:17:14 +02:00

4 lines
No EOL
44 B
Text

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