Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010114-2.c
blob: 75f5ea20e09ea8b5eb0c045ce53243ab5c2f2721 [
file
] [
log
] [
blame
]
/* 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
};