atoms of the language
[hiphop-php.git] / hphp / hack / test / hhbc / 006_if.php
blob0c75281661ffa5070d758b94c4e34762ccc8d632
1 <?hh // strinc
3 function test(): void {
4 $x = 43;
5 if ($x < 34) {
6 echo "yes";
7 } else {
8 echo "no";