llvm/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h


void free(void *);
#define FREE_POINTER(x) free(x)