export fn find_module_root(pkg: Walk.ModuleIndex) Decl.Index
export fn find_module_root(pkg: Walk.ModuleIndex) Decl.Index { const root_file = Walk.modules.values()[@backingInt(pkg)]; const result = root_file.findRootDecl(); assert(result != .none); return result; }