Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / quick / dv_ib.php
blob730e9abf31cb83f7f6bb470111aea18777e13c3d
1 <?hh
2 class A {
3 public function a(int $a0 = true) {}
6 <<__EntryPoint>>
7 function main(): void {
8 echo "Done.\n";