blob: 5e0862cb399160a5b1aabe3b7f2dfc1487f88a7b [file] [log] [blame] [edit]
// rustfmt-style_edition: 2024
macro_rules! moo1 {
() => {
bar! {
"
"
}
};
}
macro_rules! moo2 {
() => {
bar! {
"
"
}
};
}
macro_rules! moo3 {
() => {
42
/*
bar! {
"
toto
tata"
}
*/
};
}
macro_rules! moo4 {
() => {
bar! {
"
foo
bar
baz"
}
};
}