chore: replace rlib.h with granular includes and enable RMALLOC_OVERRIDE in main.c

This commit is contained in:
2025-03-16 03:43:20 +00:00
parent 088ec1e147
commit 4fb4921f34
5 changed files with 16 additions and 6 deletions
+6 -1
View File
@@ -2,4 +2,9 @@ class String {}
String pony(){}
pony(String arg1, String arg2 = "with_value"){}
pony(String arg1, String arg2 = "with_value"){
String d = "AAA"
}