// RUN: %clang_cc1 -fsyntax-only -verify -Wno-inaccessible-base %s
;
;
;
;
; // expected-error{{virtual function 'A::f' has more than one final overrider in 'D'}}
;
; //expected-error{{virtual function 'A::f' has more than one final overrider in 'E'}}
;
; // okay
; // okay