6 lines
84 B
C
6 lines
84 B
C
void do_tests() {
|
|
#ifdef __PRIVS__
|
|
ASSERT(query_privs(this_object()));
|
|
#endif
|
|
}
|