modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr94286.c
blob106cb751bc0b7eb4153b37b15ce246228afb293d
1 /* PR target/94286 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -g" } */
5 unsigned a, b;
7 int
8 foo (void)
10 return __builtin_sub_overflow (a, 0x80000000U, &b);