ttypenovalue.nim 174 B

123456789101112
  1. discard """
  2. errormsg: "value expected, but got a type"
  3. line: 7
  4. disabled: true
  5. """
  6. proc crashAndBurn() =
  7. var stuff = seq[tuple[title, body: string]]
  8. crashAndBurn()