]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-2917/minimal.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-2917 / minimal.rs
CommitLineData
f20569fa
XL
1macro_rules! foo {
2 () => {
3 // comment
4 /*
5
6 */
7 };
8}