]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/issue-63102.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / macros / issue-63102.rs
1 // check-pass
2
3 #![feature(decl_macro)]
4 macro foo {
5 () => {},
6 }
7
8 fn main() {}