4bf1b568727194948d0fd96fd7137239e98d3abc
Mirror the C cgen's N_IDENT load fallback. Reads of a top-level scalar `let` now emit `MOVQ name(SB), AX` (RIP-relative) instead of silently dropping. Truly undefined names still fall through to the silent return, matching the pre-existing defensive behaviour; the C side's broader unconditional fallback is intentionally not mirrored here so typos surface as nothing-emitted rather than a link-time stub.
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%