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

7 lines
36 B
C

void g() { }
void f() {
g();
;
}