blob: ec87f5930eb15c6d3c57b1c975b80a47c4ebf623 [file] [log] [blame]
#include<stdio.h>
#include<zlib.h>
#ifndef REQUIRED_MESON_FLAG1
#error "REQUIRED_MESON_FLAG1 not set"
#endif
#ifndef REQUIRED_MESON_FLAG2
#error "REQUIRED_MESON_FLAG2 not set"
#endif
int main() {
printf("Hello World\n");
void * something = deflate;
if(something != 0)
return 0;
return 1;
}