Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / variadic_args12.php
blobf30f440d3b0d836cb9037904e2867f22b06a5967
1 <?hh
3 function f(&...$args): void {}