jrsonnet
refs/commits
13cc4c0cbf28
tests/go_builtin_benchmarks/parseInt.jsonnet
1{2 foo: [3 std.parseInt("-123949595") for i in std.range(0,100)4 ],5}