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

5 lines
55 B
C

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