bolt/deps/llvm-18.1.8/clang/test/Analysis/diagnostics/plist-multi-file.h

4 lines
115 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
void foo(int *ptr) {
*ptr = 1; // expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}}
}