Files
codeql/cpp/ql/test/library-tests/syntax-zoo/initializer.c
2019-08-06 14:10:25 +02:00

4 lines
39 B
C

void f() {
int a, b;
int i = a + b;
}