// RUN: %clang_cc1 %s -fsyntax-only -verify -Wcall-to-pure-virtual-from-ctor-dtor
;
// Don't warn (or note) when calling the function on a pointer. (PR10195)
;
// Don't warn if the call is fully qualified. (PR23215)
;
;
;
;
;
TB tb;
; // ok
TC tc; // ok
;
TD td;