// RUN: %clang_cc1 -fsyntax-only -verify %s -Wshadow-all
// Basic cases, ambiguous paths, and fields with different access
;
;
;
;
;
;
;
// Check direct inheritance and multiple paths to the same base.
;
// Virtual inheritance
;
;
;
// Indirect inheritance
;
;
// non-access paths
;
;
;
;
// Multiple ambiguous paths with different accesses
;
;
;
;
;
;
;
;