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

7 lines
102 B
Rust

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