New testcase, distilled from ed-0.2
[oota-llvm.git] / test / CFrontend / 2003-06-26-CFECrash.c
1 typedef struct min_info {
2   long offset;
3   unsigned file_attr;
4 } min_info;
5
6 typedef struct Globals {
7   char answerbuf;
8   min_info info[1];
9   min_info *pInfo;
10 } Uz_Globs;
11
12 extern Uz_Globs G;
13
14 int extract_or_test_files() {  
15   G.pInfo = G.info;
16 }
17