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