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
/
run-make
/
optimization-remarks-dir-pgo
/
foo.rs
blob: f7ca1826338ceb68b5efefb0d75043953daac091 (
plain
)
1
2
3
4
5
6
#[inline(never)]
pub
fn
bar
()
{}
fn
main
()
{
bar
();
}