tpushunusedwarning.nim 205 B

1234567891011121314151617
  1. discard """
  2. action: compile
  3. matrix: "--hints:off"
  4. nimoutFull: true
  5. nimout: '''
  6. '''
  7. """
  8. # issue #24552
  9. {.push warning[UnusedImport]: off.}
  10. import tables
  11. {.pop.}
  12. proc test*(a: float): float =
  13. a