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

3 lines
41 B
ChaiScript

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