7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
|
|
Foo::new() : 7
|
||
|
|
Foo::drop() : 7
|
||
|
|
Middle
|
||
|
|
Foo::new() : 10
|
||
|
|
Foo::drop() : 10
|
||
|
|
Done
|