more forward declarations

This commit is contained in:
agra
2026-02-24 17:37:52 +02:00
parent 97475d6cfe
commit 566121c45a
13 changed files with 867 additions and 88 deletions

View File

@@ -12,7 +12,7 @@ sumOf10 :: () -> s32 {
someSum :: #run sumOf10();
main :: {
main :: () {
// Basic while loop: count to 5
i := 0;
while i < 5 {