Macro table_test

Source
macro_rules! table_test {
    ($v:expr) => { ... };
}