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