Implement support for binary-number syntax
[hiphop-php.git] / hphp / test / slow / hh_namespace_migration / hh_vector / hh_vector2.php
blob7cd309d58e44a2ead07354738b5d10b671dc440a
1 <?hh
3 $x = Vector {1, 2, 3};
4 var_dump($x->get(3));