Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / traits / error_002.php
blob39c5a3a8b4c07359bfb21d30192e444b3eed2ce7
1 <?hh
3 class A {
4 use abc;
7 <<__EntryPoint>>
8 function main(): void {
9 echo "Done.\n";