1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 typedef unsigned long ulg
;
6 typedef unsigned char uch
;
9 ulg
flush_block (char *buf
, ulg stored_len
, int eof
);
12 return flush_block(block_start
>= 0L ? (char*)&window
[(unsigned)block_start
] : (char*)((void *)0), (long)strstart
- block_start
, (1));