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


for (auto i = x.size()-2; i > 0; --i)
{
  3;
}
