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

7 lines
116 B
C

void do_tests() {
#ifndef __NO_ADD_ACTION__
notify_fail("foo");
notify_fail((: write("hi!\n") :));
#endif
}