blob: 4ee4344ff10ce43ca13374b90b051a4194bf9447 [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 --
t1: 16