Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Woverflow-3.C
blob: 73a021b59460a4a7da0c96ba7b9d269f926b6ac5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2 -Wno-overflow" } */
#include
<limits.h>
int
foo
=
INT_MAX
+
1
;