sync the repo
[hiphop-php.git] / hphp / hack / test / typecheck / inout / bad_inout_decl_byref2.php
blob1993f476f335ccbd45b5ec9c3da90be51eb36ac0
1 <?hh
3 function test(inout int $x, bool $b, string &$s): void {}