CMake/Tests/FindLibUV/Test/main.c

8 lines
80 B
C

#include <uv.h>
int main()
{
uv_loop_close(uv_default_loop());
return 0;
}