blob: 157698de4b4f818b28ec44f41b3b82b414eb26b4 [file] [log] [blame]
macro_rules! test {
($($tt:tt)*) => {};
}
fn func() {
test! { ... }
test!(...);
test![...];
}