Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / traits / error_009.php
blob795c22428ac0324c191492ca05c510603defee35
1 <?hh
3 trait abc { }
5 class foo extends abc { }
7 <<__EntryPoint>>
8 function main(): void {
9 echo "Done.\n";