This commit is contained in:
Andre Wagner
2026-05-15 14:41:46 -05:00
parent 886566a27b
commit 51852887ec
4 changed files with 121 additions and 6 deletions

10
lib/step.c Normal file
View File

@@ -0,0 +1,10 @@
#include "priv.h"
#include <stdlib.h>
TYC_RESULT step(TycheVM* T)
{
abort();
return T_OK;
}