global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / setm-method.php
blob84d750f92ac50f3f156e545bb5a9e238c38ba038
1 <?hh
4 function main($o) {
5 $o = $o->circle = $o;
6 $o->foo();
8 main(new stdclass);