Files
codeql/swift/integration-tests/posix-only/partial-modules/Modules.ql
2022-07-01 15:59:36 +02:00

6 lines
110 B
Plaintext

import swift
from ModuleDecl decl
where not decl.isBuiltinModule() and not decl.isSystemModule()
select decl