1 typedef unsigned short u16
;
3 typedef unsigned int u32
;
8 u16 i
= ((u16
)x
) & 0x7fffU
;
14 s16 i
= ((s16
)x
) & 0x7fff;
19 * check-name: and-extend
20 * check-command: test-linearize -Wno-decl $file
23 * check-output-excludes: trunc\\.
24 * check-output-excludes: zext\\.
25 * check-output-excludes: sext\\.
26 * check-output-contains: and\\.32.*0x7fff