testbed (raylib)

This commit is contained in:
2026-06-25 16:50:29 +02:00
parent 95c6c3b746
commit 33ce1c27d1
3 changed files with 1470 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
heap :: import "@std/mem/heap"
printf c_func(fmt *c_char, ...) c_int
#printf c_func(fmt *c_char, ...) c_int
main func() i32 {
memory ?*mut u8 = heap.alloc(4)