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