Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
6568872fd9a7dd4fa44f70aaef038b8cf4cf8635
/
.
/
tests
/
ui
/
children_messages.rs
blob: fb9e6dc69789ed6abbf8131a0dc01f6f12dd60a8 [
file
] [
log
] [
blame
]
extern
crate test_crate
;
use
test_crate
::*;
children_messages
!(
one
,
two
,
three
,
four
);
fn
main
()
{}