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
/
testcases
/
fail10.c
blob: e287c6f7a3eb04162a465daa6b22085a29ade36a (
plain
) (
tree
)
f446f65
^
1
2
3
4
int
main
()
{
int
a
[
2
][
3
];
a
[
1
][
3
][
3
]
=
3
;
}