/* Origin: from Fred Fish . See also PR c/1625. */ #include struct { int x; bool y; } foo = { 0, false };