mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/malloc_status.c
2020-09-06 05:43:07 -07:00

4 lines
58 B
C

void do_tests() {
ASSERT(stringp(malloc_status()));
}