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
/
const.rs
blob: ec7b934293526ccb78b07361c676c43a2869bbce (
plain
) (
blame
)
1
2
3
4
5
const
int
i
=
10
;
fn
main
()
{
log
i
;
}