// RUN: clang-cc -fsyntax-only -verify %s #include typedef void (*hookfunc)(void *arg); hookfunc hook; void clear_hook() { hook = NULL; }