aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/bitint-37.c
blob: 23a8f2d8900228cc1d15410c1a908054a6baf1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR middle-end/111338 */
/* { dg-do compile { target bitint575 } } */
/* { dg-options "-O1" } */

_BitInt(575) e;

_BitInt(575)
foo (void)
{
  return e & 1;
}