modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr67106.c (about) 1 /* { dg-options "-g -fpack-struct" } */ 2 typedef struct S S; 3 4 struct S 5 { 6 struct 7 { 8 S *s; 9 }; 10 int a; 11 }; 12