Add is_declaration to SymbolOccurrence
[hiphop-php.git] / hphp / hack / test / identify_symbol / global_const.php
blob1d66c2b4b7efd5f765798b504eeabad54fbb7496
1 <?hh
3 const FOO = "string"
5 function test() {
6 FOO;