code wiki / _hdl_build / nx_cond_unfixable.nx

nx_cond_unfixable.nx source

↩ module page · 7 lines · 324 B

1// nx_cond_unfixable.nx -- fails to compile, but NOT a reserved-keyword class, so the 2// Doctor correctly GIVES UP (graceful degradation) instead of mis-healing. Used to prove 3// the Conductor's COND_UNFIXABLE path. The `@@@` is an illegal expression -> parse error. 4func main() -> i64 { 5 let x: i64 = @@@ 6 return x 7}