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
/
semantics_data
/
sizeof.c
blob: 4d0dcebbe63533729c1cc4d4232f7a8e71acba01 (
plain
) (
blame
)
1
2
3
int
main
()
{
int
a
[
sizeof
a
];
}