[RISCV][FMV] Support target_clones (#85786)
[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);