Adds test file, for bug #1986

This commit is contained in:
Joseph Turner
2015-04-09 05:00:11 +01:00
parent 0fa82763fe
commit e336da9dd9

View File

@@ -0,0 +1,10 @@
# bug #1986 found by gdmoore
proc test(): int64 =
return 0xdeadbeef.int64
const items = [
(var1: test(), var2: 100'u32),
(var1: test(), var2: 192'u32)
]