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

6 lines
82 B
C

void do_tests() {
ASSERT(objectp(this_object()));
ASSERT(!objectp(0));
}