macro_rules! kassert {
    ($test:expr) => { ... };
    ($test:expr, $($arg:tt)+) => { ... };
}