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
/
imports
/
issue-68103.rs
blob: e775678fc605360e8d06f7ad3b983692884d8632 (
plain
)
1
2
3
4
5
6
// check-pass
pub
extern
crate
self
as
name
;
pub
use
name
::
name
as
bug
;
fn
main
()
{}