Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-exitcode.rs
blob: 6d4c1562053b659f5ecbd9fdc22abea81f458cff [
file
] [
log
] [
blame
]
// run-pass
use
std
::
process
::
ExitCode
;
fn
main
()
->
ExitCode
{
ExitCode
::
SUCCESS
}