tree-optimization/116842 - vectorizer load hosting breaks UID order
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr67106.c
blob2a003e56f2e021f5be3ffaf6d83d936a1962d641
1 /* { dg-options "-g -fpack-struct" } */
2 typedef struct S S;
4 struct S
6 struct
8 S *s;
9 };
10 int a;