1void ucs2reverse_internal_loop_single (long *irreversible, int foo)
2{
3    unsigned char bytebuf[2];
4    const unsigned char *inptr = bytebuf;
5    if (irreversible == (void *)0)
6	;
7    else
8	inptr += 2;
9    if (inptr != bytebuf)
10	((inptr - bytebuf > foo) ? (void) (0) : __assert_fail ());
11}
12