toxcore/auto_tests/tox_new_test.c

9 lines
136 B
C
Raw Normal View History

#include "../toxcore/tox.h"
#include "../toxcore/ccompat.h"
int main(void) {
tox_kill(tox_new(nullptr, nullptr));
return 0;
}