global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / no_arg_class_alias.php
blob33da797821a007d4bbdb453f97a301ea0b06cbfa
1 <?hh
2 function f() {
3 // try not to segv when you have no arguments:
4 class_alias();
6 f();