ref: 258c23680f121b4681340e155a75e072531cc104 dir: /tests/execute/0133-ftn-ptr.c/
int foo(void) { return 42; } int bar(void) { return 24; } int main(void) { return (1 ? foo : bar)(); }