2020-09-06 05:43:07 -07:00

6 lines
89 B
C

void do_tests() {
ASSERT(catch(crc32(0)));
ASSERT(intp(crc32("foobarbazz")));
}