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