blob: cbd0db3bef54d812cdbe92da1ad684df2285f8fa [file] [log] [blame]
#include <uv.h>
int main()
{
uv_loop_close(uv_default_loop());
return 0;
}