/* Origin: <URL:http://gcc.gnu.org/ml/gcc-patches/2000-12/msg01384.html>
   from Fred Fish <fnf@geekgadgets.org>.  See also PR c/1625.  */

#include <stdbool.h>

struct { int x; bool y; } foo = { 0, false };


syntax highlighted by Code2HTML, v. 0.9.1