summary refs log tree commit diff stats
path: root/tests/let/timportc2.nim
blob: 964305923871223dcdbb160b379b1e05c119faa1 (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  errormsg: "'let' symbol requires an initialization"
  line: "7"
"""

# Test that this still works when not annotated with importc
let test: cint
echo test