Home | History | Annotate | Download | only in tests
      1 [bits 64]
      2 l1:
      3 mov dword [l2], l2
      4 jc short l3
      5 l3:
      6 l2 equ $-l1
      7