Add another vector assignment test

This commit is contained in:
Jason Turner 2015-10-15 21:32:16 -06:00
parent 36765df3c0
commit 84554ed0a5

View File

@ -0,0 +1,5 @@
var v = []
v.push_back(int(1));
v[0] = 3;