blob: 236340bfed4f49a464f58eb8dab5026c8b303b75 [file] [log] [blame] [edit]
//@ edition:2024
//@ compile-flags: -Zunstable-options
#[macro_export]
macro_rules! edition_2024_block {
($($c:tt)*) => {
{ $($c)* }
}
}