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
/
src
/
test
/
run-make-fulldeps
/
sanitizer-dylib-link
/
program.rs
blob: ef053aa2e7a3ad21312463430b37c4532cd95475 (
plain
)
1
2
3
4
5
6
7
extern
"C"
{
fn
overflow
();
}
fn
main
()
{
unsafe
{
overflow
()
}
}