blob: 064af4561eaa6a710043afdcefd01d1a464b3eda [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
#include <limits.h>
int foo = INT_MAX + 1; /* { dg-warning "integer overflow" } */