Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / slow / ext_class / iteratoraggregate_iterator_both.php
blob2c9c7e969cd585ca344a8ec818dda590192f9342
1 <?hh
3 class ThisShouldFatal implements Iterator, IteratorAggregate {}
5 <<__EntryPoint>>
6 function main(): void {
7 echo "Done.\n";