Move configure test files to the top-level and share them between s3 and
[garming/samba-autobuild/.git] / tests / trivial.c
diff --git a/tests/trivial.c b/tests/trivial.c
new file mode 100644 (file)
index 0000000..f7e96d8
--- /dev/null
@@ -0,0 +1,7 @@
+
+void exit(int);
+
+main()
+{
+       exit(0);
+}