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
/
chalkify
/
println.rs
blob: edddc382152344de1a2eeea2c96db9aed0f8597c (
plain
)
1
2
3
4
5
6
// check-pass
// compile-flags: -Z trait-solver=chalk
fn
main
()
{
println!
(
"hello"
);
}