Sign in
fuchsia
/
third_party
/
rust
/
e3029abfaec4252ab0ae7010780be0094d8870e0
/
.
/
tests
/
ui
/
proc-macro
/
macro-use-attr.rs
blob: fe071b263838a86a1c8cbcf782a2b4eb3012ddf6 [
file
] [
log
] [
blame
]
//@ check-pass
//@ aux-build:test-macros.rs
#[
macro_use
]
extern
crate test_macros
;
#[
identity_attr
]
struct
Foo
;
fn
main
()
{
let
_
=
Foo
;
}