blob: 4a6faebbd93f47b244f83a9e111c2cf2739f1d6a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fwrapv" } */
int a, b;
void
c(void) {
if (b)
b = a / b;
}