Improved debug info emit

This commit is contained in:
nub31
2025-10-17 23:22:04 +02:00
parent e703a2ca25
commit 1fdeb60eb5
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
}