Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / void_usage_3.php
blob7a08f50a16c588bf5ae70b9a9f57fbb7f395e4e2
1 <?hh // strict
3 function v(): void {}
5 function test(): void {
6 if (v()) {