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 }
}