Skip to main content

test

Macro test 

Source
macro_rules! test {
    {
        $name:literal $body:block
    } => { ... };
}