Remove Def* bytecodes from hhas tests
[hiphop-php.git] / hphp / test / quick / asm_hoistable_1.hhas
blobbee4bfef8a06e8efdbeacf2dccec3fab57d3c3cc
1 .hh_file 1;
2 # Test that we can specify hoistability. Loading here would fail
3 # if A was marked as hoistable.
5 .main {
6   Int 1
7   RetC
10 .class [final trait] A {
11   .use B;
12   .default_ctor;
15 .class [final trait] B {
16   .default_ctor;