global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / asm_hoistable_1.hhas
blob91206ba0960e8bdca61bce5540f2807ad54fdaf0
1 # Test that we can specify hoistability. Loading here would fail
2 # if A was marked as hoistable.
4 .main {
5   DefCls 0
6   DefCls 1
7   Int 1
8   RetC
11 .class [final trait] A {
12   .use B;
13   .default_ctor;
16 .class [final trait] B {
17   .default_ctor;