xref: /aosp_15_r20/external/clang/test/Analysis/html-diags-multifile.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 #define DEREF(p) *p = 0xDEADBEEF
has_bug(int * p)2 void has_bug(int *p) {
3   DEREF(p);
4 }
5