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
/
hygiene
/
auxiliary
/
pub_hygiene.rs
blob: 47e76a629c8b1cedd186086560d3bc2ca21c6fde (
plain
)
1
2
3
4
5
6
7
#![feature(decl_macro)]
macro
x
()
{
pub
struct
MyStruct
;
}
x
!
();