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