URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20010114-2.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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 };
Go to most recent revision | Compare with Previous | Blame | View Log