global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / ns_invalid_func.php
blob16dbda1f853b2f86291d9047101f9db96ea7d6a2
1 <?hh
3 namespace A;
4 function main() { \b(); }
5 main();