(module ws_broken (import ws_lib) (fn main (doc "Iter 5b negative fixture: ruft ws_lib.bogus auf — Modul existiert, Def nicht. Triggert `unknown-import`.") (type (fn-type (params) (ret (con Int)))) (params) (body (app ws_lib.bogus 1 2))))