mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: add some global variables to IR tests
This commit is contained in:
@@ -1669,4 +1669,10 @@ void tuple_structured_binding_no_ref_get() {
|
||||
}
|
||||
}
|
||||
|
||||
int global_1;
|
||||
|
||||
int global_2 = 1;
|
||||
|
||||
const int global_3 = 2;
|
||||
|
||||
// semmle-extractor-options: -std=c++17 --clang
|
||||
|
||||
Reference in New Issue
Block a user