Macro return_stmt

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