6 lines
82 B
C
6 lines
82 B
C
void do_tests() {
|
|
ASSERT(objectp(this_object()));
|
|
ASSERT(!objectp(0));
|
|
}
|
|
|