Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2a9ddfb903ae3baede7282348afae1f750905248
/
.
/
test
/
FrontendC
/
2003-11-01-EmptyStructCrash.c
blob: fb6993bb209f5c6afac057723b2a58fda768d4ad [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
typedef
struct
{
}
the_coolest_struct_in_the_world
;
extern
the_coolest_struct_in_the_world xyzzy
;
void
*
foo
()
{
return
&
xyzzy
;
}