1 // regression test for https://bugs.llvm.org/show_bug.cgi?id=46142
3 // RUN: %clang_analyze_cc1 -analyzer-checker=webkit.NoUncountedMemberChecker -verify %s
4 // expected-no-diagnostics
6 class ClassWithoutADefinition
;
8 const ClassWithoutADefinition
*foo
;