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