summaryrefslogtreecommitdiff
path: root/Tests/FindLibUV/Test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindLibUV/Test/main.c')
-rw-r--r--Tests/FindLibUV/Test/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/FindLibUV/Test/main.c b/Tests/FindLibUV/Test/main.c
new file mode 100644
index 0000000000..cbd0db3bef
--- /dev/null
+++ b/Tests/FindLibUV/Test/main.c
@@ -0,0 +1,7 @@
+#include <uv.h>
+
+int main()
+{
+ uv_loop_close(uv_default_loop());
+ return 0;
+}