Files
codeql/cpp/ql/test/library-tests/exprs/implicitly_declared/functions.ql

6 lines
75 B
Plaintext

import cpp
from Function fn
where fn.fromSource()
select fn, fn.getType()