Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / global_const.php
blobdc01ecc8eb997d931d46f508514d8ebb434a77d0
1 <?hh // strict
3 const int X = 0;
4 function test(): bool {
5 return X;