C++: add some global variables to IR tests

This commit is contained in:
Robert Marsh
2022-03-14 17:11:36 -04:00
parent d3d20c69dd
commit bf21a471ed

View File

@@ -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