mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
@@ -49,3 +49,8 @@ let
|
||||
aaa = t 2 + 4
|
||||
ccc = t (1, 1) + 6
|
||||
ddd = t [0, 1, 2] + 5
|
||||
|
||||
# bug #10896
|
||||
const
|
||||
test =
|
||||
proc(): int = 1
|
||||
|
||||
Reference in New Issue
Block a user