add some dependencies and test code

This commit is contained in:
2025-03-17 22:54:34 +02:00
parent 21bf4d8715
commit b0be5aec60
23 changed files with 1993 additions and 43 deletions

View File

@@ -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_