]> git.lizzy.rs Git - rust.git/blob - tests/pretty/macro.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / pretty / macro.rs
1 // pp-exact
2
3 #![feature(decl_macro)]
4
5 pub(crate) macro mac { ($arg : expr) => { $arg + $arg } }
6
7 fn main() {}