Improved debug info emit

This commit is contained in:
nub31
2025-10-17 23:22:04 +02:00
parent dc78d1fc9a
commit 267da1941d
5 changed files with 20 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ extern "puts" func puts(text: cstring)
extern "main" func main(args: []cstring): i64
{
defer puts("Goodybye World")
puts("Hello World")
return 0
}