t9908_01.nim 157 B

1234567891011
  1. discard """
  2. errormsg: "ordinal type expected; given: string"
  3. line: 10
  4. """
  5. # https://github.com/nim-lang/Nim/issues/9908
  6. type
  7. X = enum
  8. a = ("a", "b")