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