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
tree
commit
diff
log msg
author
committer
range
path:
root
/
testcases
/
anonymous_struct2.c
blob: b17e6c00f5faecd48886189fc3f8eee5c3969f3a (
plain
) (
blame
)
1
2
3
4
5
6
7
int
main
()
{
struct
{
int
x
,
y
;}
a
;
struct
{
int
x
,
y
;}
b
,
c
;
a
=
b
;
b
=
c
;
c
=
a
;
}