global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / asm_assert_ref.hhas
blob167d9d5090ae0fd94bd5d12621fa50826aa1134a
2 # Test removing tracelet guards that things are KindOfRef
4 .main {
5   FPushFuncD 0 "main"
6   FCall <> 0 1 "" - "" ""
7   PopC
8   Int 1
9   RetC
12 .function main() {
13   VGetL $x
14   PopV
15   BreakTraceHint
17   AssertRATL $x Ref
18   CGetL $x
19   PopC
20   Int 1
21   RetC