code wiki / _hdl_build / _lintext_fixture_bad.nx

_lintext_fixture_bad.nx

buildroot/runtime/_hdl_build/_lintext_fixture_bad.nx

843 B21 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx _lintext_fixture_bad.nx

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

main sys_write sys_exit fx_use

structs

none

consts

9const FX_EMPTY: *u8 = "\x00"
10const FX_REAL: i64 = 7

functions

12func fx_use() -> i64
called by 1: main
17func main() -> i64