Remove Def* bytecodes from hhas tests
[hiphop-php.git] / hphp / test / quick / asm_hoistable_2.hhas
bloba6e8547e9c0cc1ecbbbe90ede7030593c6315812
1 .hh_file 1;
2 # Test that things can get marked AlwaysHoistable
4 .main {
6   Int 1
7   RetC
10 .class [unique] a {
11   .default_ctor;
14 .class [unique] B extends A {
15   .default_ctor;
17   .method [public static] print() {
18     String "hi\n"
19     Print
20     PopC
22     Null
23     RetC
24   }
28 .function ["__EntryPoint"("""y:0:{}""")] main() {
29   NullUninit
30   NullUninit
31   NullUninit
32   FCallClsMethodD <> 0 1 "" - "" "" "B" "print"
33   PopC
35   Int 1
36   RetC