aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/script_test_11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/script_test_11b.c')
-rw-r--r--gold/testsuite/script_test_11b.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/testsuite/script_test_11b.c b/gold/testsuite/script_test_11b.c
new file mode 100644
index 0000000..9f95e13
--- /dev/null
+++ b/gold/testsuite/script_test_11b.c
@@ -0,0 +1,7 @@
+#include "script_test_11.h"
+
+int
+ptr_equal(char *a, char *b)
+{
+ return a == b;
+}