modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / bitint-51.c
blob057407099e40c39889f703d6167876f37351282f
1 /* PR tree-optimization/112901 */
2 /* { dg-do compile { target bitint } } */
3 /* { dg-options "-O2" } */
5 float f;
6 #if __BITINT_MAXWIDTH__ >= 256
7 _BitInt(256) i;
9 void
10 foo (void)
12 f *= 4 * i;
14 #endif