global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / constants-hni-repo.php
blobea3ab83c61790a69eb228e91d3b69e5f2c2b31da
1 <?hh
2 // Constants defined from moduleInit()
3 // such as AF_INET should still be
4 // visible to defined() even in repo mode
5 var_dump(defined("AF_INET"));