macro_rules! test_configurable_constants {
($(
$(#[$meta:meta])*
ref $name:ident : $type:ty = $value:expr;
)+) => { ... };
}macro_rules! test_configurable_constants {
($(
$(#[$meta:meta])*
ref $name:ident : $type:ty = $value:expr;
)+) => { ... };
}