xxxxxxxxxx
module primate;
struct Monkey {
private int head;
public bool tail;
}
void grow(Monkey* tmp)
{
tmp.tail = true;
tmp.head += 200;