android13/external/rust/crates/proc-macro-error/tests/ui/option_ext.rs

7 lines
82 B
Rust

extern crate test_crate;
use test_crate::*;
option_ext!(one, two);
fn main() {}