Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
macro_not_expr.rs
blob: d8de4dce38f235fb3654d0581f2591952525cfa4 [
file
] [
log
] [
blame
]
macro_rules
!
test
{
(
$
(
$t
:
tt
)*)
=>
{}
}
fn
main
()
{
test
!(
a
:
B
=>
c d
);
}