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

6 lines
117 B
C

void do_tests() {
ASSERT(!functionp(0));
ASSERT(!functionp("foo"));
ASSERT(functionp((: do_tests :)));
}