Fix build following D59537433
[hiphop-php.git] / hphp / test / slow / array_escalation / 282.php
blobc2747c13d89483692755fb9bf02525fd7e4f199a
1 <?hh
4 <<__EntryPoint>>
5 function main_282() :mixed{
6 $a = vec[10];
7 $a[0] = 'test';
8 var_dump($a);