Home
About
API
searchcode server
PageRenderTime 3ms CodeModel.GetById 1ms app.highlight 0ms RepoModel.GetById 1ms app.codeStats 0ms
/src/test/run-pass/deref.rs
http://github.com/jruderman/rust
Rust | 3 lines | 1 code | 2 blank | 0 comment | 0 complexity | 9e12b92793c993c92dc8a80e293c452a MD5 |
raw file
1
2
3
fn
main
(
)
{
let
x
:
@
int
=
@
10
;
let
y
:
int
=
*
x
;
}