mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Initial telemetry queries and tests
This commit is contained in:
5
cpp/ql/test/library-tests/extraction_errors/test.c
Normal file
5
cpp/ql/test/library-tests/extraction_errors/test.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "test.h"
|
||||
|
||||
void g() {
|
||||
int x = no_such_function();
|
||||
}
|
||||
Reference in New Issue
Block a user