aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr32453.c
blob: bdabac76d7160a3106ad5664dd69b6596e56f1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 ());
}