html-diag-singlefile.h 101 Bytes Raw Blame History Permalink 1 2 3 4 static void f() { int *p = 0; *p = 1; // expected-warning{{Dereference of null pointer}} }