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