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