Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
issue-73933-procedural-masquerade.rs
blob: 8f07cd34cc9eb897235ba5876009b76bb0886471 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:test-macros.rs
//@ check-pass
#[
macro_use
]
extern
crate test_macros
;
#[
derive
(
Print
)]
enum
ProceduralMasqueradeDummyType
{
Input
}
fn
main
()
{}