Add trivial entry points to various tests
[hiphop-php.git] / hphp / test / slow / array / fpassm_mw3.php
blobb12021c5c90529058f2a97c88e16cfb0653446bf
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function byval($a) {}
6 function not_even_main() {
7 byval($a[][0]);
10 <<__EntryPoint>>
11 function main(): void {
12 echo "Done.\n";