a.c (90B)
1 #include "stdio.h" 2 #include <zlib.h> 3 4 void a() { 5 gzFile f = gzopen("test.gz", "wb9"); 6 } 7