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