libstdc++: use concrete return type for std::forward_like
[official-gcc.git] / gcc / testsuite / gcc.dg / pie-3.c
blobfd4a48da45f5f27a453c98b3497f3314887e6b15
1 /* { dg-do compile { target { ! { *-*-darwin* hppa*64*-*-* mips*-*-linux-* amdgcn*-*-* } } } } */
2 /* { dg-options "-fno-pie" } */
4 #ifdef __PIC__
5 # error __PIC__ is defined!
6 #endif
8 #ifdef __PIE__
9 # error __PIE__ is defined!
10 #endif