Init. Copied over heload, made a minimal tester.

This commit is contained in:
2025-03-16 18:46:12 +02:00
commit 21bf4d8715
12 changed files with 646 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "minimal_lib.h"
namespace minimal_lib {
int getModified(int x) { return x + 1; }
} // namespace minimal_lib