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
/
fail2.c
blob: a76d4e057e1609d9777f4f56ed4978bcb6a982bb (
plain
) (
blame
)
1
2
3
4
int
main
()
{
/* fail because of incomplete type of local variable */
struct
C
c
;
}