New line shouldn't be the first token

This commit is contained in:
Rafał Grodziński
2025-07-01 17:06:52 +09:00
parent 729ffd0ea2
commit e4a2b84154
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
dummy sint32 <- 55
//dummy sint32 <- 55
stuff fun: num1 sint32, num2 sint32 -> sint32
rep:
i <- i + 1
;
ret 42
;