global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / func3.php
blobe48b4ada3703a53e6f5aedb87d904cd201ca53fb
1 <?hh
3 function foo() {
4 return array()[];
7 $a = foo();