Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
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
)
}