macro_rules! cfg_test {
    ($($item:item)*) => { ... };
}
Expand description

#[cfg(test)]