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