ChaiScript/unittests/math_inc.chai
2011-09-24 12:05:08 -06:00

4 lines
51 B
ChaiScript

auto i = 3
assert_equal(4, ++i)
assert_equal(4, i)