summary refs log tree commit diff stats
path: root/tests/manyloc/standalone2/tavr.nim
blob: 6cbc5c6990fdec044b2f56893acf71d2b37353ba (plain) (blame)
1
2
3
4
5
6
7
# bug #16404

proc printf(frmt: cstring) {.varargs, header: "<stdio.h>", cdecl.}

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