Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
rfcs
/
rfc-1937-termination-trait
/
termination-trait-for-exitcode.rs
blob: 9c2270bf82752c9bccb27ad4ec0c1cd1dfed1878 [
file
] [
log
] [
blame
]
// run-pass
#![
feature
(
process_exitcode_placeholder
)]
use
std
::
process
::
ExitCode
;
fn
main
()
->
ExitCode
{
ExitCode
::
SUCCESS
}