Files
codeql/swift/integration-tests/posix-only/frontend-invocations/Modules.ql
2023-01-18 10:07:46 +01:00

6 lines
76 B
Plaintext

import swift
from ModuleDecl m
where m.getName().charAt(0) != "_"
select m