summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl10/dl10-o6.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl10/dl10-o6.c')
-rw-r--r--testsuites/libtests/dl10/dl10-o6.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuites/libtests/dl10/dl10-o6.c b/testsuites/libtests/dl10/dl10-o6.c
new file mode 100644
index 0000000000..5e03a30773
--- /dev/null
+++ b/testsuites/libtests/dl10/dl10-o6.c
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2014 Chris Johns <chrisj@rtems.org>. All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include "dl-load.h"
+
+#include <inttypes.h>
+#include <rtems/test.h>
+
+int rtems_main_o5 (void)
+{
+ /* duplicate symbol in archive */
+ return 0;
+}