Files
codeql/cpp/ql/test/library-tests/extraction_errors/test.c
2024-11-11 17:16:32 +00:00

6 lines
64 B
C

#include "test.h"
void g() {
int x = no_such_function();
}