PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pic-macro-define.c
blob092343253612d5754d3ea3bb3bfb39a630993523
1 /* { dg-do run } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-fPIC" } */
5 #if defined __PIC__
6 int main() {
7 return 0;
9 #else
10 error "NO __PIC__ DEFINED"
11 #endif