blob: 2b55ea8efbf0c5c91c2c96926907d4f2061c7dff [file] [log] [blame]
int copy = 1;
int
get_copy ()
{
return copy;
}
int *
get_copy_p ()
{
return ©
}