mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
9 lines
92 B
C
9 lines
92 B
C
|
|
static void f(void) {
|
|
const int i = 120;
|
|
const int j = i + 3;
|
|
|
|
char str[j];
|
|
}
|
|
|