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

6 lines
92 B
C

void do_tests() {
ASSERT(mapp(([])));
ASSERT(!mapp(0));
ASSERT(!mapp("foo"));
}