builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr87092.c
blob4a6faebbd93f47b244f83a9e111c2cf2739f1d6a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fwrapv" } */
4 int a, b;
6 void
7 c(void) {
8 if (b)
9 b = a / b;