Files
codeql/cpp/ql/test/library-tests/using-aliases/using-alias.ql
2019-09-23 13:57:50 +01:00

5 lines
88 B
Plaintext

import cpp
from TypedefType t
select t, t.getCanonicalQLClass(), t.getUnderlyingType()