On Mon Sep 29 11:01:06 2025 +0000, Rémi Bernon wrote:
Should we maybe copy and use winrt `vector.c` in the tests instead?
I wanted to, but I don't know how to add source files inside `tests/` that don't contain `START_TEST`, as the build expects it to have a `func_vector`. I could add a `START_TEST(vector) {}`, but that feels hacky.