blob: 9e9a7db2bf25891c5ef2735f1c6e6175bf5fcaca [file] [log] [blame]
/* { dg-options "-O2 -w" } */
int a;
long b;
void c() { b = -9223372036854775807L - 1 - a; }