Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / global_const12.php
blob4699dcc8b69e24cec3301dbc4b60c3e047fb4bb0
1 <?hh
3 const X = true?1:0;