add rudimentary data copy. Breaks often.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
namespace minimal_lib {
|
||||
|
||||
int getNewValue(int x) {
|
||||
static int value = 1;
|
||||
value = value + x;
|
||||
static int value = 0;
|
||||
value = value + 1;
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user