timportc2.nim 169 B

123456789
  1. discard """
  2. errormsg: "'let' symbol requires an initialization"
  3. line: "7"
  4. """
  5. # Test that this still works when not annotated with importc
  6. let test: cint
  7. echo test