llvm/clang/test/Analysis/Inputs/plist-macros-ctu.h

#define M_H *A = (int *)0
void F_H(int **A) {
  M_H;
}