2020-09-06 05:43:07 -07:00

6 lines
84 B
C

void do_tests() {
#ifdef __PRIVS__
ASSERT(query_privs(this_object()));
#endif
}