xref: /llvm-project/clang/test/Analysis/diagnostics/plist-multi-file.h (revision 21948346b33a85a8b0e20b7e2c6744d52455c8f1)

foo(int * ptr)1 void foo(int *ptr) {
2   *ptr = 1; // expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}}
3 }
4