blob: 94ddcaca08173ca427ced9784e8b2a700f18b9cc [file] [log] [blame]
// regression test for https://bugs.llvm.org/show_bug.cgi?id=46142
// RUN: %clang_analyze_cc1 -analyzer-checker=webkit.NoUncountedMemberChecker -verify %s
// expected-no-diagnostics
class ClassWithoutADefinition;
class Foo {
const ClassWithoutADefinition *foo;
};