Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/Woverflow-3.c

8 lines
111 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
/* { dg-do compile } */
/* { dg-options "-O2 -Wno-overflow" } */
#include <limits.h>
int foo = INT_MAX + 1;