mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
6 lines
101 B
C
6 lines
101 B
C
struct A {};
|
|
struct B : A {};
|
|
struct C : VISIBILITY A {};
|
|
struct D : BASE {};
|
|
struct DERIVED : A {};
|