nx_probe_linemap_organ.nx source
↩ module page · 9 lines · 393 B
1// nx_probe_linemap_organ.nx -- WITNESS that the OLDER organ-prefixed voice also names files.
2// Trips the call-arity diagnostic (nx_diag_organ_at), not the 5W+H one.
3// expect_exit: nonzero -- this file is SUPPOSED to fail to compile.
4import "nx_syscalls.nx"
5
6func lm_arity_helper_86011501(a: i64, b: i64) -> i64 { return a + b }
7
8func main() -> i64 {
9 return lm_arity_helper_86011501(1)
10}