modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr110038.c
blob0f578b182ca998c24d4a7a7585dae0f938625e15
1 /* { dg-do compile } */
2 /* { dg-options "-O --param=tree-reassoc-width=256" } */
4 unsigned a, b;
6 void
7 foo (unsigned c)
9 a += b + c + 1;