Home | History | Annotate | Download | only in bfin
      1 	.text
      2 	.global _misc
      3 _misc:
      4 	/* Check "0 & 0xffff" is parsed correctly.  */
      5 	r0.l = 0 & 0xffff;
      6 
      7