Macro s_assert

Source
macro_rules! s_assert {
    ($s:ident, $assertion:expr) => { ... };
}