bolt/deps/llvm-18.1.8/clang/test/Analysis/diagnostics/plist-multi-file.h
2025-02-14 19:21:04 +01:00

3 lines
115 B
C

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