Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e545a commit 43bca84Copy full SHA for 43bca84
1 file changed
cpp/ql/test/query-tests/Critical/InitialisationNotRun/test.cpp
@@ -1,4 +1,8 @@
1
-#include <string.h>
+// --- stubs ---
2
+
3
+char *strcpy(char *dest, const char *src);
4
5
+// --- tests ---
6
7
class GlobalStorage {
8
public:
0 commit comments