copy_statement
copy_statement(expr->statement, stmt);
copy_statement(stmt, new);
static void copy_statement(struct statement *src, struct statement *dst);
copy_statement(fn->inline_stmt, stmt);
copy_statement(fn->inline_stmt, fn->stmt);