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
/
anonymous_struct1.c
blob: 2709f70a0bee11c8454861a6581d3d95b57740e5 (
plain
) (
tree
)
47ce7f1
^
1
2
3
4
5
6
int
main
()
{
struct
{
int
x
,
y
;}
a
,
b
,
c
;
a
=
b
;
b
=
c
;
c
=
a
;
}