]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/macro_not_expr.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / macro_not_expr.rs
CommitLineData
f20569fa
XL
1macro_rules! test {
2 ($($t:tt)*) => {};
3}
4
5fn main() {
6 test!( a : B => c d );
7}