blob: 9ebf7d9fd1aae7e2520aaf34cfa6c1ff95668c8a [file] [log] [blame]
void
a() {
short *b;
short c;
long long *d = a;
for (;;) {
long long *e = a;
(*d *= *e - c) / *b ?: (*b = 0);
}
}