mirror of
https://github.com/github/codeql.git
synced 2026-07-28 06:21:59 +02:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
import cpp
|
|
|
|
from MacroAccess ma, Macro m
|
|
where m = ma.getMacro()
|
|
select ma, m
|
|
|