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

3 lines
45 B
ChaiScript

auto x = [1, 2, 3]
assert_equal(3, x.size())