Macro stack_v

Source
macro_rules! stack_v {
    ($e: expr) => { ... };
}