// See macro_rules! foo { () => { let x = Box::new(1); let _ = &x; }; } fn main() { foo!(); foo!(); }