modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/931004-1.c (about) 1 #define A "This is a long test that tests the structure initialization" 2 #define B A,A 3 #define C B,B,B,B 4 #define D C,C,C,C 5 int main() 6 { 7 char *subs[]={ D, D, D, D, D, D, D, D, D, D, D, D, D, D, D}; 8 }