aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-07 17:20:18 +0000
committerIan Lance Taylor <iant@google.com>2007-10-07 17:20:18 +0000
commitf958d5fc533970eb5f7083c3ab791912ee499bd4 (patch)
tree5906d45ce25ecd9d1bb84d139ed45f8f9d9b04ae /gold/testsuite/two_file_test.h
parent6eee141ff6d84d39ca9e364eb98818431162d6df (diff)
downloadfsf-binutils-gdb-f958d5fc533970eb5f7083c3ab791912ee499bd4.zip
fsf-binutils-gdb-f958d5fc533970eb5f7083c3ab791912ee499bd4.tar.gz
fsf-binutils-gdb-f958d5fc533970eb5f7083c3ab791912ee499bd4.tar.bz2
Test merging of string constants.
Diffstat (limited to 'gold/testsuite/two_file_test.h')
-rw-r--r--gold/testsuite/two_file_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h
index 72c2576..60a7edd 100644
--- a/gold/testsuite/two_file_test.h
+++ b/gold/testsuite/two_file_test.h
@@ -59,3 +59,6 @@ extern bool (*f12())();
extern bool t13();
inline void f13i() { }
extern void (*f13())();
+
+#define TEST_STRING_CONSTANT "test string constant"
+extern const char* f14();