//! Unlike the randomized stress tests (which are `#[cfg_attr(miri, ignore)]` because they are far
//! too slow), these are cheap enough to run under miri, so they exercise the pointer/transmute and
let term = ATerm::with_args(&Symbol::new("h_sh", 3), &[a.copy(), b.copy(), c.copy()]).protect();