]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/macro.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
[rust.git] / src / test / 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() {}