Node* insert( Node* root ) { warn("insert\n"); // DEBUG return root; }