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
/
array_decl.c
blob: 33973e53b469c0f2ecb6163e088c441474244e39 (
plain
) (
blame
)
1
2
3
4
5
6
int
f
(
int
a
[
1
][
3
][
2
])
{
}
int
main
()
{
int
a
[
3
][
3
][
2
];
f
(
a
);
}