Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Cloneable : interface_t {
version_from SPVM;
required method clone : object ();
}