import tree; fn void test() { Tree {int} inttree; inttree.replace_all(3); }