t14444.nim 289 B

1234567891011121314
  1. discard """
  2. matrix: "--hints:off"
  3. exitcode: "1"
  4. output: '''
  5. t14444.nim(13) t14444
  6. fatal.nim(53) sysFatal
  7. Error: unhandled exception: index out of bounds, the container is empty [IndexDefect]
  8. '''
  9. """
  10. when true: # bug #14444
  11. var i: string
  12. i[10] = 'j'
  13. echo i