rt_gccstream/gcc/testsuite/gcc.dg/pr33691.c

9 lines
144 B
C

/* { dg-do compile } */
/* ICEd with type-checking enabled. */
unsigned int mgaSetTexImages(int i)
{
return ((i | 0x40) & 0xffffffc0);
}