blob: 432476d1ebb1d6af0733a87aba4f59870fb3a0fc [file] [log] [blame] [edit]
//@ 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;
}