// paramshadowmod/shadowmod — a tiny module the negative/positive // fixtures import as `use shadowmod;`. Carries one fn so the leaf // resolves through the module dot path when name resolution succeeds. export fn say() i32 = { return 42i32; };