git.annexia.org
/
virt-df.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Ownership using segment tree (not finished).
[virt-df.git]
/
lib
/
test_int63.ml
1
open Printf
2
open Int63.Operators
3
4
let () =
5
let a = ~^3 *^ ~^500 in
6
let b = a <<^ 3 in
7
printf "result = %s\n" (Int63.to_string b)