1
Fork 0

Export noop_fold_expr so the fuzzer can use it

This commit is contained in:
Jesse Ruderman 2011-07-10 16:08:13 -07:00 committed by Brian Anderson
parent 425b331dee
commit ab50da9445

View file

@ -13,6 +13,7 @@ export make_fold;
export dummy_out;
export noop_fold_crate;
export noop_fold_item;
export noop_fold_expr;
type ast_fold = @mutable a_f;