code wiki / _hdl_build / nx_hdlimp_lib.nx
nx_hdlimp_lib.nx source
↩ module page · 8 lines · 312 B
1// nx_hdlimp_lib.nx -- tiny _hdl_build-resident witness library for the
2// runtime/ -> _hdl_build/ import-resolution probe (debt 1785608999).
3// Deliberately has NO imports and ONE function, so the probe's build
4// outcome measures RESOLUTION, not closure size.
5
6func hdlimp_forty_two() -> i64 {
7 return 42
8}