global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / vector-clscns.php
blob1fe9559e9faeeeac3d89945e8e3efdf26bcd1aff
1 <?hh
4 class c {
7 function main($a) {
8 return $a[c::BAR];
10 var_dump(main(array('hello there' => 'success')));