Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e5245894878c55784af761262ac0f69d657180be
/
.
/
test
/
CFrontend
/
2003-11-01-EmptyStructCrash.c
blob: d65b3280f0dc9433dd2c49027925998093c26334 [
file
] [
log
] [
blame
]
Chris Lattner
e524589
2003-11-01 23:42:08 +0000
[
diff
] [
blame^
]
1
typedef
struct
{
}
the_coolest_struct_in_the_world
;
2
extern
the_coolest_struct_in_the_world xyzzy
;
3
void
*
foo
()
{
return
&
xyzzy
;
}
4