1 /* { dg-do compile } */
3 /* This used to ICE with type-checking enabled. */
5 typedef unsigned char uint8_t;
6 typedef unsigned int uint_least32_t;
7 extern int foo (long int __off
);
8 void write (uint_least32_t chunk_len
)
11 foo (-(long)chunk_len
- sizeof(tmp
));