]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr87092.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr87092.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fwrapv" } */
3
4 int a, b;
5
6 void
7 c(void) {
8 if (b)
9 b = a / b;
10 }