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

4 lines
60 B
ChaiScript

auto x = auto y = 4
assert_equal(4, x);
assert_equal(4, y);