Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
exit4.rs
blob: 821a26fd78b056a49c25142d01381e5ede740047 [
file
] [
log
] [
blame
]
//@ check-pass
//@compile-flags: --test
#![
warn
(
clippy
::
exit
)]
fn
main
()
{
std
::
process
::
exit
(
0
)
}