Macro tangle::ok [] [src]

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

ok!(123)