index
:
cibic
complex_cast
complex_pointer
location_tracking
master
mips
new_scope_design
optimization
reg
semantics
ssa
typedef
C Implemented Bare and Ingenuous Compiler
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
semantics_data
/
incomp_initr.c
blob: 1068284b9f7570a3bd5b42f3dba05452dfb4a34e (
plain
) (
tree
)
3df4969
^
1
2
3
4
int
main
()
{
struct
A
{
int
x
,
y
;}
b
;
int
a
[(
1
+
1
==
2
)
*
2
]
=
{
1
,
b
};
}