1	.text
2	.global _misc
3_misc:
4	/* Check "0 & 0xffff" is parsed correctly.  */
5	r0.l = 0 & 0xffff;
6
7