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

children_messages!(one, two, three, four);

fn main() {}