Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
macros
/
issue-109237.rs
blob: 86a193c9e44acf54874186c917f37917b5d64474 [
file
] [
log
] [
blame
]
macro_rules
!
statement
{
()
=>
{;};
//~ ERROR expected expression
}
fn
main
()
{
let
_
=
statement
!();
}