global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / recurse-reentry.php
blob25a2b6426a645b9d30548cc895ab6484e5ee99c7
1 <?hh
3 function f() {
4 call_user_func('f');
7 call_user_func('f');