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