repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010114-2.c
blob
75f5ea20e09ea8b5eb0c045ce53243ab5c2f2721
1
/* Origin: <URL:http://gcc.gnu.org/ml/gcc-patches/2000-12/msg01384.html>
2
from Fred Fish <fnf@geekgadgets.org>. See also PR c/1625. */
3
4
#include <stdbool.h>
5
6
struct
{
int
x
;
bool
y
; }
foo
= {
0
,
false
};