[@@@res.doc " This is a module comment "]
[@@@res.doc " This is another module comment "]
let z = 34[@@res.doc " This is a doc \226\156\133 comment "]
[@@@res.doc {js|And this is a res.doc module annotation|js}]
let q = 11[@@res.doc {js|And this is a res.doc ✅ annotation|js}]
type nonrec h = int[@@res.doc
                     " This\n  * is a multi-line\n  multiline doc comment\n  "]
type nonrec pathItem = {
  }
and operation = {
  }[@@res.doc " Issue 6844: doc comment before \"and\" "]