mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update cpp/ql/test/library-tests/dataflow/external-models/test.cpp
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b547dc4621
commit
dda4a97080
@@ -45,7 +45,7 @@ using pthread_attr_t = void*;
|
||||
|
||||
void *myThreadFunction(void *arg) {
|
||||
S* s = (S *)arg;
|
||||
ymlSink(s->x); // $ ir
|
||||
ymlSink(s->x); // $ ir
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user