]> git.proxmox.com Git - rustc.git/blob - vendor/proc-macro-error/tests/ui/option_ext.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / proc-macro-error / tests / ui / option_ext.rs
1 extern crate test_crate;
2 use test_crate::*;
3
4 option_ext!(one, two);
5
6 fn main() {}