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