add some dependencies and test code
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
namespace minimal_lib {
|
||||
|
||||
static int value = 5;
|
||||
static int otherValue = 5;
|
||||
|
||||
int getModified(int x);
|
||||
int getNewValue(int x);
|
||||
|
||||
}
|
||||
#endif // MINIMAL_LIB_H_
|
||||
|
||||
Reference in New Issue
Block a user