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: c105e80146cc96c5c1979a901f70351ba29f840c (
plain
) (
blame
)
1
2
3
4
fn
main
()
{
let
@
int
x
=
@
10
;
assert
((
*
x
)
==
10
);
}