Handle this typehints
[hiphop-php.git] / hphp / test / quick / GetVar.php
blob498f3df7e79874e494cd04bc74736654a54966e1
1 <?hh
3 $x = 42;
4 $s = "x";
5 $y = &$$s + 1;
6 var_dump($y);