Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
rustdoc-gui
/
src
/
macro_expansion
/
other.rs
blob: 8661b01be3889d88560dc40216b4484c8fecae68 [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
other_macro
{
(
$x
:
ident
)
=>
{{
$x
+=
2
;
}}
}