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
/
return-nil.rs
blob: c3c8a085b77189afeda8231ed1b4d99ad27a1a14 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
fn
f
()
{
let
()
x
=
();
ret
x
;
}
fn
main
()
{
auto
x
=
f
();
}