mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
6 lines
345 B
C++
6 lines
345 B
C++
// Some of our libraries depend on the resulting access of a hypothetical
|
|
// public member. This test verifies that the database contains QL
|
|
// `AccessSpecifier` instances for both `private` and `public` even when
|
|
// extracting a program that does not contain those keywords. Indeed, this
|
|
// program contains nothing at all except this comment.
|