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