select_main.c (85B)
1 int selected_value(void); 2 3 int main(void) { return selected_value() == 42 ? 0 : 1; }