index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
dead-code-one-arm-if.rs
blob: 208d62e4296918235227d6abdf9de06eb24f2670 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
// -*- rust -*-
fn
main
()
{
if
(
1
==
1
)
{
ret
;
}
log
"Paul is dead"
;
}