Add wide string constant test.

This commit is contained in:
Ian Lance Taylor
2007-10-19 23:38:40 +00:00
parent fa1bd4fb25
commit 28ef317915
3 changed files with 24 additions and 0 deletions

View File

@@ -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();