make standalone enums normal python classes
[hiphop-php.git] / hphp / test / slow / array_escalation / 279.php
blobd68677a72a1490a4ed489375f0c1a1ef7f30715e
1 <?hh
4 <<__EntryPoint>>
5 function main_279() :mixed{
6 $a = vec[10];
7 $a[] = 'test';
8 var_dump($a);