Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / bug48667_2.php
blob0fdc6abd017725357e77b17cf59283c473f8ae29
1 <?hh
3 abstract class A implements IteratorAggregate, Iterator { }
5 <<__EntryPoint>>
6 function main(): void {
7 echo "Done.\n";