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
/
deref.rs
blob: 36a28ba562e156ad527d6022cca8e98f3bf5a1ca (
plain
) (
blame
)
1
2
3
4
fn
main
()
{
let
@
int
x
=
@
10
;
let
int
y
=
*
x
;
}