global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / array_short_attributes.php
bloba08e56a991eec16f1c45492d16a01c9b0a0a761b
1 <?hh
2 << Foo([1,2,3]) >>
3 function bar() {
4 echo "Ok\n";
6 bar();