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
/
arith-0.rs
blob: 7587b0050ad379203f69be645f6e5fd4963cedac (
plain
) (
blame
)
1
2
3
4
5
fn
main
()
->
()
{
let
int
a
=
10
;
log
a
;
check
(
a
*
(
a
-
1
)
==
90
);
}