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
/
empty
/
empty-linkname.rs
blob: 7113d913cd0fa49b9f3cb972f42258d7c19073d0 (
plain
)
1
2
3
4
#[link(name =
""
)]
//~ ERROR: link name must not be empty
extern
"C"
{}
fn
main
()
{}