This commit is contained in:
2026-05-10 13:08:29 -05:00
parent 6a4d9eb544
commit 65aedb5a49
6 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
int main()
{
}

6
src/tests.yaml Normal file
View File

@@ -0,0 +1,6 @@
- name: Basic test
assembly: |
.func 0
pushi 2
ret
expected: 2