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

5 lines
55 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
#define M_H *A = (int *)0
void F_H(int **A) {
M_H;
}