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