add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / hack_mode / hh-3.php
blobb215ff05d82a9f45189224b6e048cf482e8e18e1
1 <?php
3 eval(<<<'EOD'
4 function foo(Vector<int> $a) {
6 function bar(string $x) {
7 echo $x . "\n";
9 bar("Done");
10 EOD