allow building with zig cc/c++
This commit is contained in:
@@ -5,7 +5,7 @@ namespace minimal_lib {
|
||||
|
||||
int getNewValue(int x) {
|
||||
static int value = 0;
|
||||
value = value + x;
|
||||
value = 42;
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user