Files
codeql/cpp/ql/test/library-tests/access/noPublic/noPublic.cpp
2018-08-02 17:53:23 +01:00

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.