tinc.nim 104 B

123456789
  1. discard """
  2. errormsg: "type mismatch: got <int>"
  3. file: "tinc.nim"
  4. line: 8
  5. """
  6. var x = 0
  7. inc(x+1)