Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / global_const31.php
blobd7bc1b008533b4e0fc5911135347c790b04d0868
1 <?hh
3 const X = 10;
4 const Y = -(X + (10 - 2*X));