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