index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
test-attrs
/
auxiliary
/
test_macro.rs
blob: 60a98ab6a026be32398e5645e40e16b6bb9f175a (
plain
)
1
2
3
4
#[macro_export]
macro_rules!
test
{
()
=>
{};
}