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:
Mathias Vorreiter Pedersen
2025-07-10 13:00:43 +01:00
committed by GitHub
parent b547dc4621
commit dda4a97080

View File

@@ -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;
}