Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
dead-code-one-arm-if.rs
blob: 46c7edc63a497f232163a36444a1926b5765932f [
file
]
// -*- rust -*-
fn
main
()
{
if
1
==
1
{
return
;
}
debug
!(
"Paul is dead"
);
}