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