index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
macros
/
issue-63102.rs
blob: 6af5b1868064035d89b2a42ada4bbfddef7ee491 (
plain
)
1
2
3
4
5
6
7
8
// check-pass
#![feature(decl_macro)]
macro
foo
{
()
=>
{},
}
fn
main
()
{}