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
/
issue-85401-static-mir
/
foo.rs
blob: d064c454600ac41affa90a2e59d2201e04eaf231 (
plain
)
1
2
3
4
5
pub
static
FOO
:
&
str
=
"foo"
;
pub
fn
foo
()
{
println!
(
"foo"
);
}