Test merging of string constants.

This commit is contained in:
Ian Lance Taylor
2007-10-07 17:20:18 +00:00
parent 6eee141ff6
commit f958d5fc53
5 changed files with 92 additions and 4 deletions

View File

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