Imported Upstream version 2.9.0
[debian/cc1111] / support / regression / tests / bug-983491.c
1 /* bug-983491.c
2  */
3
4 #include <testfwk.h>
5
6 /*
7  * test disabled since the fix was reverted 
8  */
9
10 /*
11 code struct {
12   char* b;
13 } c[2] = {
14   {"abc"},
15   {"abc"}
16 };
17 */
18
19 void
20 testMergeStr(void)
21 {
22 /*  ASSERT(c[0].b == c[1].b); */
23 }