b64eeeb43 ^
000b8afd2 ^
1 2 3 4 5 6
7
8 9 10
discard """ output: "4" """ # test that an endless recursion is avoided: template optLen{len(x)}(x: typed): int = len(x) var s = "lala" echo len(s)