Updating submodules
[hiphop-php.git] / hphp / test / slow / too-few-params-2.php
blob55f0d97baa34692ab05f67d0bc7b3965984af006
1 <?hh
3 function f($x, $y = 1){
4 echo "done\n";
6 <<__EntryPoint>> function main(): void {
7 f();