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
/
simple-infer.rs
blob: 6b3e5d4cf523552d398d386dac691aaa0c8ce60c (
plain
) (
blame
)
1
2
3
4
5
6
fn
main
()
{
auto
n
;
n
=
1
;
log
n
;
}