Language
Compiler
Options
$
begin test_func(false)
constructed : 0xfb4160
end test_func()
--- str ---
abc
10
begin test_func(false)
constructed : 0xfb3ee0
end test_func()
--- wtr ---
def
10
--- str ---
abc
10
begin test_func(true)
destructed : 0xfb4160
destructed : 0xfb3ee0
end test_func()
Exit Code:
0