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
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-exitcode.rs
blob: 6d4c1562053b659f5ecbd9fdc22abea81f458cff (
plain
)
1
2
3
4
5
6
7
// run-pass
use
std
::
process
::
ExitCode
;
fn
main
()
->
ExitCode
{
ExitCode
::
SUCCESS
}