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

10 lines
163 B
C

void do_the_nasty_deed() {
shutdown(55);
ASSERT(0);
}
void do_tests() {
// This one is hard to test :-)
call_out( (: do_the_nasty_deed :), 60);
}