Verifier support for CheckROCOW
[hiphop-php.git] / hphp / test / quick / redeclared_method.php
blobf6c3a26fbf97005e0a68beb6badd6cc893a396e5
1 <?hh
3 class C {
4 function f() {}
5 function f() {}
7 <<__EntryPoint>>
8 function main_entry(): void {
10 print "Test begin\n";
12 print "Test end\n";