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
/
needs_hygiene.rs
blob: 3df6450fd3e1453b5ee79d8658a4fb3548d909a0 (
plain
)
1
2
3
4
5
#![feature(decl_macro)]
macro
x
()
{
struct
MyStruct
;
}
x
!
();
x
!
();