We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f52c2 commit b43aae1Copy full SHA for b43aae1
1 file changed
cpp/ql/test/library-tests/dataflow/parameters-without-defs/test.cpp
@@ -1,5 +1,5 @@
1
-void sink(int); // $ MISSING: ir
2
-void indirect_sink(int*); // $ MISSING: ir
+void sink(int); // $ ir
+void indirect_sink(int*); // $ ir
3
int source();
4
5
void test() {
0 commit comments