summaryrefslogtreecommitdiffstats
path: root/test/Analysis/diagnostics/plist-multi-file.h
blob: c0674f9dfcf0d6cc2b6628682450072b452d5264 (plain)
1
2
3
void foo(int *ptr) {
  *ptr = 1; // expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}}
}