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