adding object base

This commit is contained in:
2025-10-28 23:08:13 +01:00
parent 8faba19927
commit 610f377fac
7 changed files with 111 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
const std = @import("std");
const common = @import("common");
test {
std.testing.refAllDeclsRecursive(@This());
}