ChaiScript/unittests/temporary_lifetime.chai

4 lines
67 B
ChaiScript

for_each(range([1..10]), fun(x) {print(x);} );
assert_true(true);