test: dynamic function call tests

This commit is contained in:
2026-05-05 21:16:56 +01:00
parent f3062222cb
commit 4b20f8ca0e
3 changed files with 96 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <fx/reflection/function.h>
#include <fx/value.h>
#include <stdio.h>
int main(int argc, const char **argv)
{
return 0;
}