plist-multi-file.h 115 Bytes Raw Blame History Permalink 1 2 3 void foo(int *ptr) { *ptr = 1; // expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}} }