Files

6 lines
85 B
Perl
Raw Permalink Normal View History

use overload_copy;
$f = new overload_copy::Foo();
$g = new overload_copy::Foo($f);