enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / redefine-builtin-hhas.hhas
blob1251d0e45d66d7e9e6d8d6122c685bf5acbbbf09
1 .hh_file 1;
3 # Can't redefine builtins, even if you bypass the parser
6 .main {
7   NullUninit
8   NullUninit
9   NullUninit
10   FCallFuncD <> 0 1 "" - "" "parse_str"
11   PopC
12   Int 1
13   RetC
16 .function parse_str {
17   String "Fake parse_str!\n"
18   Print
19   RetC