Fix issue with calling a unique, non-persistent method
[hiphop-php.git] / hphp / test / slow / hhbbc / jmp_local_002.php
blob4264fe8f52fd372b407eab33d5a839209308a82a
1 <?hh
3 function main(int $x) {
4 if (!$x) {
5 echo $x;
9 main(0);