PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr47369-1.c
blob117b03bfa3cfb2d7ef40894b023395e20d68e890
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-O2 -fPIC" } */
5 struct FILE
7 int x;
8 };
9 extern struct FILE __sF[];
10 extern void bar (struct FILE *);
11 void dlmalloc_stats() {
12 bar ((&__sF[2]));