Remove Def* bytecodes from hhas tests
[hiphop-php.git] / hphp / test / quick / def_oob.hhas
blob56b3fc27130b63d50094e4872911ae3f50c3707c
1 .hh_file 1;
3 .main {
5   Int 1
6   RetC
9 .class A {
10   .method [public] __construct() {
11     Int 1
12     RetC
13   }
15 .class B {
16   .method [public] __construct() {
17     Int 1
18     RetC
19   }
21 .class [unique] C extends Closure {
22   .method [static public] __invoke() isClosureBody {
23     Int 1
24     RetC
25   }
27 .function foo() {
28   Int 1
29   RetC
31 .alias al = <"HH\\int"> """Y:1:{s:4:\"kind\";i:1;}""";
33 .function ["__EntryPoint"("""y:0:{}""")] main() {
34   CreateCl 0 2
35   PopC
37   CreateCl 0 5
38   PopC
40   Int 1
41   RetC