Skip to content

Commit df85911

Browse files
committed
Fix access in test
1 parent b092a13 commit df85911

File tree

1 file changed

+1
-0
lines changed
  • regression/cbmc-cpp/MethodParam1

1 file changed

+1
-0
lines changed

regression/cbmc-cpp/MethodParam1/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
unsigned x;
33

44
class ct {
5+
public:
56
void f(int i) {
67
x=x+i;
78
}

0 commit comments

Comments
 (0)