From 28ef317915adce586bbe0080b0950de1a55dea14 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 19 Oct 2007 23:38:40 +0000 Subject: Add wide string constant test. --- gold/testsuite/two_file_test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/testsuite/two_file_test.h') diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h index 60a7edd..63c529e 100644 --- a/gold/testsuite/two_file_test.h +++ b/gold/testsuite/two_file_test.h @@ -62,3 +62,6 @@ extern void (*f13())(); #define TEST_STRING_CONSTANT "test string constant" extern const char* f14(); + +#define TEST_WIDE_STRING_CONSTANT L"test wide string constant" +extern const wchar_t* f15(); -- cgit v1.1