mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
Adds test cases for initialisation of constants which aren't simple zeros. Example: int x = int();
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
| constants.cpp:2:9:2:13 | 0 | int() |
|
|
| constants.cpp:3:11:3:17 | 0.0 | float() |
|
|
| constants.cpp:4:12:4:19 | 0.0 | double() |
|
|
| constants.cpp:9:11:9:13 | 0 | 0 |
|