2 // { dg-additional-options "-fPIC -fstack-protector-strong" { target fpic } }
3 // { dg-require-effective-target fstack_protector }
11 void func3 (int*, struct0*);
14 func4 (int* a, void (*b)())
29 void* func3 (const void*);
31 static const void* gvar1 = 0;
32 static const void* gvar2 = 0;
38 gvar2 = func3 (gvar1);
44 func4 (&gvar0, &func0);