some more info to minimal example

This commit is contained in:
2025-03-18 13:24:40 +02:00
parent 40d83d563b
commit db4b51ab2d
4 changed files with 17 additions and 2 deletions

View File

@@ -3,9 +3,12 @@
namespace minimal_lib {
static int otherValue = 5;
static int otherValue = 0;
#pragma GCC visibility push(default)
int getNewValue(int x);
#pragma GCC visibility pop
}
#endif // MINIMAL_LIB_H_