Sign in
cue
/
cue
/
30704a7c7ef4038d23b98efb932bbc6983a8ffab
/
.
/
pkg
/
crypto
/
md5
/
testdata
/
gen.txtar
blob: b3879f75d70b21c6b63018f794f9dcff717d0695 [
file
] [
log
] [
blame
]
# generated from the original tests.
# Henceforth it may be nicer to group tests into separate files.
--
in
.
cue
--
import
"crypto/md5"
t1
:
len
(
md5
.
Sum
(
"hash me"
))
--
out
/
md5
--
(
struct
){
t1
:
(
int
){
16
}
}