1extern crate alloc; 2#[cfg(test)] 3mod tests { 4 use super::*; 5 6 #[test] 7 fn id() { 8 let id = lambda_rt::lamc!("\\x.x"); 9 } 10}