#import "modules/std.sx"; main :: () -> s32 { defer print("still here\n"); return 42; } // ** exit code ** // 42 // ** stdout ** // still here //