Sign in
rust
/
rust
/
4d09563d8df41a9c26cccaf291bcf461b539b4e8
/
.
/
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
);
}