Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
macro-expanded-include
/
test.rs
blob: 69fcb090959cf359c25fc6e002f878d3a85d3eda [
file
] [
log
] [
blame
]
//@ needs-asm-support
//@ build-pass (FIXME(62277): could be check-pass?)
#![
allow
(
unused
)]
#[
macro_use
]
mod
foo
;
m
!();
fn
f
()
{
n
!();
}
fn
main
()
{}