Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / Inputs / plist-macros-ctu.h
blob0b1b9d7a4f5330d504444ceca6bc4d26beeaed00
1 #define M_H *A = (int *)0
2 void F_H(int **A) {
3 M_H;