poly_main.c (79B)
1 int poly_helper(void); 2 3 int main(void) { return poly_helper() == 42 ? 0 : 1; }