Set C++ tests

This commit is contained in:
2025-08-10 18:52:22 +01:00
parent 92a231d3ce
commit 2a085370ec
18 changed files with 1751 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
([]() {{ \
([&]() {{ \
persistent {T} buf[wapp_misc_utils_u64_round_up_pow2(wapp_misc_utils_va_args_count({T}, __VA_ARGS__) * 2)] = {{__VA_ARGS__}}; \
return {ArrayType}{{ \
buf, \

View File

@@ -1,4 +1,4 @@
([]() {{ \
([&]() {{ \
persistent {T} buf[CAPACITY] = {{}}; \
return {ArrayType}{{buf, 0, CAPACITY, sizeof({T})}}; \
}}())