Reject all invalid enum base types.
[hiphop-php.git] / hphp / test / slow / enum-invalid-base / null.php
blob524c6c1304304cc875790f02e75e8fcb773c3144
1 <?hh
3 enum MyEnum: null {}
5 <<__EntryPoint>> function test(): void {
6 echo "Done\n";