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

4 lines
45 B
ChaiScript

auto x = `+`
x = `-`
assert_equal(1, x(5,4))