(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr33694.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-ansi" } */
       3  
       4  /* This used to ICE with type-checking enabled.  */
       5  
       6  __SIZE_TYPE__ cnfs_mapcntl(long pagesize)
       7  {
       8       return ~(__SIZE_TYPE__)(pagesize - 1);
       9  }