blob: 9e3cc9d75abefa4052bf32e26ee116b445ccb090 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -Wno-pointer-to-int-cast" } */
typedef unsigned int uint32_t;
int a;
void b(uint32_t c) {
uint32_t *d = &c;
for (; a;)
for (;; (*d %= a) / (*d > 1 > (c > 0)) ?: (int) d)
;
}