some more info to minimal example
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user