Sign in
fuchsia
/
third_party
/
rust
/
972fef232ec0dd7a3f42091aa6f36cd68aeb3eef
/
.
/
tests
/
ui
/
macros
/
issue-54441.rs
blob: 37ab4e636475b67e4df1b705f62097f8fd866839 [
file
] [
log
] [
blame
]
macro_rules
!
m
{
()
=>
{
let
//~ ERROR macro expansion ignores keyword `let` and any tokens following
};
}
extern
"C"
{
m
!();
}
fn
main
()
{}