We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8623d8e commit 4d2a1eaCopy full SHA for 4d2a1ea
1 file changed
cpp/ql/test/query-tests/Critical/OverflowStatic/test.cpp
@@ -56,3 +56,8 @@ void f3() {
56
}
57
58
59
+
60
+int unevaluated_test() {
61
+ char buffer[100];
62
+ return sizeof(buffer) / sizeof(buffer[101]); // GOOD [FALSE POSITIVE]
63
+}
0 commit comments