modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/zero-strct-2.c (about)

     1  struct { } foo = { };
     2  void * bar(void) { return &foo; }