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