Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
ui
/
proc-macro
/
derive-same-struct.rs
blob: 528b0f22a81e4d0f164d20af23e1a004044a3995 [
file
] [
log
] [
blame
]
// run-pass
#![
allow
(
path_statements
)]
#![
allow
(
dead_code
)]
// aux-build:derive-same-struct.rs
#[
macro_use
]
extern
crate derive_same_struct
;
#[
derive
(
AToB
)]
struct
A
;
fn
main
()
{
C
;
}