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
}