Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
b9f9b487d18081d240c97ebfc2c1f9fa923e3ad2
/
.
/
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
()
{}