mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Adds test cases for initialisation of constants which aren't simple zeros. Example: int x = int();
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
import cpp
|
|
|
|
from Expr e
|
|
select e, e.getValueText()
|