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
/
decl_comp.c
blob: f1b8bd2102f1570ead4eb7d97ac3d6e58765e598 (
plain
) (
tree
)
0d835d0
^
1
2
3
4
5
int
f
();
int
f
(
int
a
);
int
main
()
{
f
(
1
,
2
);
}