UPdate.
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// retoor <retoor@molodetz.nl>
|
||||
|
||||
import "os" for Process
|
||||
|
||||
System.print("before exit") // expect: before exit
|
||||
Process.exit(0)
|
||||
System.print("after exit")
|
||||
Reference in New Issue
Block a user