macro_rules! tinystr {
    ($n:literal, $s:literal) => { ... };
}