wiwi_macro_decl/
lsl.rs

1#[macro_export]
2macro_rules! state {
3	($state:ident) => { stringify!($state) }
4}