Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / global_const30.php
blob31bb74925246eb7d6e1e905346db798c3d58edda
1 <?hh
3 $x = 1;
4 define('X', $x);