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

4 lines
51 B
ChaiScript

auto i = 3
assert_equal(2, --i)
assert_equal(2, i)