Files
codeql/cpp/ql/test/library-tests/classes/derivations/derivations/common.h
2018-08-02 17:53:23 +01:00

6 lines
101 B
C

struct A {};
struct B : A {};
struct C : VISIBILITY A {};
struct D : BASE {};
struct DERIVED : A {};