New testcase, for PR 115
[oota-llvm.git] / test / CFrontend / 2003-11-01-EmptyStructCrash.c
1 typedef struct { } the_coolest_struct_in_the_world;
2 extern the_coolest_struct_in_the_world xyzzy;
3 void *foo() { return &xyzzy; }
4