diff --git a/clang.c b/clang.c index 1fff9317..d9a3382b 100644 --- a/clang.c +++ b/clang.c @@ -1,6 +1,7 @@ void f1(struct fred_t *p) { + // dereference p and then check if it's NULL int x = p->x; if (p)