blob: 289be6e8225d004d5c3338d14c21ab708fa7d4ba [file] [log] [blame]
void __assert_fail (void);
void ucs2reverse_internal_loop_single (long *irreversible, int foo)
{
unsigned char bytebuf[2];
const unsigned char *inptr = bytebuf;
if (irreversible == (void *)0)
;
else
inptr += 2;
if (inptr != bytebuf)
((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());
}