Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
rustc-macro-dep-files
/
bar.rs
blob: 4a3b3364bf044c81638bc55efc6e2d535cbae26e [
file
] [
log
] [
blame
] [
edit
]
#![
no_std
]
#![
crate_type
=
"lib"
]
#[
macro_use
]
extern
crate foo
;
#[
derive
(
A
)]
struct
A
;