start adding fuzzing
[bigint-presentation-code.git] / register_allocator / src / lib.rs
index 4a96fe7815854b61e94cad71f6ef4e08a9075881..4a494fe7cdcf7f39f5c4e9b8077d6fccc1efb0be 100644 (file)
@@ -2,6 +2,8 @@
 mod macros;
 pub mod error;
 pub mod function;
+#[cfg(feature = "fuzzing")]
+pub mod fuzzing;
 pub mod index;
 pub mod interned;
 pub mod loc;