modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97534.c
blobb363a322aa5437c33cbc6fe0040242e2a351a71a
1 /* PR target/97534 - ICE in decompose on arm*-*-*. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -O2 -g" } */
5 int f (int a)
7 int b;
8 __atomic_fetch_sub(&b, (int)(-__INT_MAX__ - 1), (int)0);