--- a/test/json.c Wed Feb 04 20:00:54 2026 +0100 +++ b/test/json.c Wed Mar 25 20:07:38 2026 +0100 @@ -110,6 +110,8 @@ test5_class = dbuRegisterClassWithoutPK(ctx, "test5", sizeof(Test5)); dbuClassAdd(test5_class, Test5, test); dbuClassAddCxLinkedList(test5_class, "test2List", offsetof(Test5, test2List), test2_class); + + return 0; } void cleanup_json_tests(void) {