We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b092a13 commit df85911Copy full SHA for df85911
regression/cbmc-cpp/MethodParam1/main.cpp
@@ -2,6 +2,7 @@
2
unsigned x;
3
4
class ct {
5
+public:
6
void f(int i) {
7
x=x+i;
8
}
0 commit comments