add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / class_type_constant / type_constant10.php
blobf5f6256dda0e85135798bcccf8038c7fa12731a2
1 <?hh // strict
3 class C {
4 const type T = int;
7 var_dump(C::T);