ref: efc299ce722e23e8732273a3244ffadae9df6407 dir: /tests/execute/0091-fptr.c/
int (*fptr)() = 0; int main() { if (fptr) return 1; return 0; }