PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / 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 }