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
/
typedef1.c
blob: e67c112f0fcce9bc40274d3d9712a49e5405aac8 (
plain
) (
blame
)
1
2
3
4
int
main
()
{
typedef
int
a
;
int
a
();
}