int statlibfunc(); int main(int argc, char **argv) { return statlibfunc() == 42 ? 0 : 1; }