[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Analysis / html-diags-multifile.h
blob71d39ba79e1c657437f8d326c19bad40eb62dbb6
1 #define DEREF(p) *p = 0xDEADBEEF
2 void has_bug(int *p) {
3 DEREF(p);