Home | History | Annotate | Download | only in mep
      1 	.global main
      2 
      3 test:
      4 	mov     $0,0
      5 
      6 # negative test from case 106708
      7 
      8 L1:
      9         mov     $1,1
     10         mov     $1,((L1 & 0x00007fff) | 0x00008000)
     11         ret
     12         mov     $0,0
     13 main:
     14 	mov     $0,0
     15 	ret
     16