Improved debug info emit
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user