summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr85164-2.c
blob: 9e9a7db2bf25891c5ef2735f1c6e6175bf5fcaca (plain)
1
2
3
4
/* { dg-options "-O2 -w" } */
int a;
long b;
void c() { b = -9223372036854775807L - 1 - a; }