summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/option_ext.rs
blob: dfbfc038356281db9bf055aca20aec6903982ad7 (plain)
1
2
3
4
5
6
extern crate test_crate;
use test_crate::*;

option_ext!(one, two);

fn main() {}