(cond-expand (chicken-4 (use test) (use crc)) (chicken-5 (import test) (import crc))) (test #x00000000 (crc32 "")) (test #x414fa339 (crc32 "The quick brown fox jumps over the lazy dog")) (test-exit)