1 /* { dg-require-effective-target int32plus } */
4 extern void exit (int);
7 void test01(unsigned int a
, unsigned int b
)
17 void test02(unsigned int a
, unsigned int b
)
21 if (a
- b
< UINT_MAX
- 15U)
25 int main(int argc
, char *argv
[])
27 unsigned x
= 0x80000000;