1 /* PR target/97534 - ICE in decompose on arm*-*-*. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -O2 -g" } */
4
5 int f (int a)
6 {
7 int b;
8 __atomic_fetch_sub(&b, (int)(-__INT_MAX__ - 1), (int)0);
9 }