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