blob: 44befbc98438fb7bdfc06a733c697c8992a3cc6b [file] [log] [blame]
//@ edition:2024
#[macro_export]
macro_rules! edition_2024_block {
($($c:tt)*) => {
{ $($c)* }
}
}