summary refs log tree commit diff stats
path: root/tests/manyloc/standalone/barebone.nim
blob: 6b452ead04c245ff305d6efc012caa59a8d05c2b (plain) (blame)
1
2
3
4
5
6
proc printf(frmt: cstring) {.varargs, header: "<stdio.h>", cdecl.}

var x = 0
inc x
printf("hi %ld\n", x+4777)