mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Add wide string constant test.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user