ta.nim 147 B

12345678910111213
  1. discard """
  2. errormsg: "type mismatch: got <mc.typ>"
  3. line: 12
  4. """
  5. import mb, mc
  6. proc test(testing: mb.typ) =
  7. discard
  8. var s: mc.typ
  9. test(s)