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