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
/
uint.rs
blob: 924ff469f56bff8d65a7b524e546b078b0ffa9c6 (
plain
) (
blame
)
1
2
3
4
5
6
// -*- rust -*-
fn
main
()
{
let
uint
x
=
uint
(
10
);
}