(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr33695.c
       1  /* { dg-do compile } */
       2  
       3  /* We used to ICE with type-checking enabled.  */
       4  
       5  unsigned int bfstages(int M, float *Utbl, int Ustride)
       6  {
       7     return ((unsigned int) 1 << M) * Ustride;
       8  }