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

5 lines
55 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define M_H *A = (int *)0
void F_H(int **A) {
M_H;
}