llvm/clang/test/ASTMerge/macro/Inputs/macro1.h

typedef void *VoidRef;

void maybeNull(
  int i,
  _Nullable VoidRef *_Nullable);