summaryrefslogtreecommitdiff
path: root/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test1.c')
-rw-r--r--test1.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/test1.c b/test1.c
new file mode 100644
index 0000000..0feef57
--- /dev/null
+++ b/test1.c
@@ -0,0 +1,13 @@
+/*
+ * test1
+ *
+ * Linked against libdynsymlink
+ */
+
+#include <stdio.h>
+
+int main()
+{
+ printf("This is test1\n");
+ return 0;
+}