1 extern crate test_crate;
2 use test_crate::*;
3 
4 children_messages!(one, two, three, four);
5 
mainnull6 fn main() {}
7