The piping for defer, though not the correct stacks in c_generator. Bedtime though
This commit is contained in:
@@ -57,6 +57,10 @@ fun main(): int {
|
||||
var with_ptr = an_obj.return_this()
|
||||
simple_print(with_ptr->method(2))
|
||||
simple_print("\n")
|
||||
{
|
||||
defer simple_print("should_be_second\n")
|
||||
simple_print("should be first\n")
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user