code wiki / _hdl_build / _lintext_fixture_bad.nx
_lintext_fixture_bad.nx
buildroot/runtime/_hdl_build/_lintext_fixture_bad.nx
about
_lintext_fixture_bad.nx -- NEG-CONTROL FIXTURE for nx_lang_lint_ext. Deliberately carries exactly the two
landmines that cost build cycles on 2026-07-25/26, so a GREEN run of the linter on real code means the
linter is working rather than merely silent. If this file ever lints CLEAN, the detector is broken.
* FX_MISSING is used below and declared NOWHERE (the seq1012 shape).
* FX_EMPTY is spelled "\x00" -- a zero-length literal wearing an escape (the seq907 shape L2 misses).
NOT BUILT as part of anything: it exists to be linted. license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 9 | const FX_EMPTY: *u8 = "\x00" |
| 10 | const FX_REAL: i64 = 7 |
functions
| 12 | func fx_use() -> i64 called by 1: main |
| 17 | func main() -> i64 |