2 /* { dg-do compile } */
3 /* { dg-options "-g -O2 -w -fpic" { target fpic } } */
4 /* { dg-options "-g -O2 -w" { target { ! fpic } } } */
6 struct S
{ void (*bar
) (long); };
7 struct T
{ struct S
*t
; };
12 foo (int x
, int u
, char *z
)
15 static void *y
[256] = { &&l1
, &&l2
};