html-diags-multifile.h 70 Bytes Raw Blame History Permalink 1 2 3 4 #define DEREF(p) *p = 0xDEADBEEF void has_bug(int *p) { DEREF(p); }