(module mq3_class_eq_vs_fn_eq_fnmod (fn myeq (doc "mq.3.6 fixture (c) helper: free fn `myeq` that shadows the class method `myeq` declared in `mq3_class_eq_vs_fn_eq_classmod`. Always returns false so the fn-wins precedence is observable at runtime if the e2e test ever runs the binary.") (type (fn-type (params (own (con Int)) (own (con Int))) (ret (own (con Bool))))) (params x y) (body false)))