mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
9 lines
117 B
C++
9 lines
117 B
C++
void normal(int x, int y) {
|
|
if(int z = y; x == z) {
|
|
l1:;
|
|
}
|
|
l2:;
|
|
}
|
|
|
|
// semmle-extractor-options: -std=c++17
|