Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / traits / error_005.php
blobde2e00ae3791d54efafc1209b201d05aef317721
1 <?hh
3 final class abc {
6 class A {
7 use abc;
10 <<__EntryPoint>>
11 function main(): void {
12 echo "Done.\n";