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
/
log-err-phi.rs
blob: c0e04d2c973438a3d28bb55a5cf40449453311b7 (
plain
)
1
2
3
4
5
6
7
// run-pass
pub
fn
main
()
{
if
false
{
println!
(
"{}"
,
"foobar"
);
}
}