Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pic-macro-define.c
blob7bda6fedfef7d5143e20b6f7bd0bd054b12f0532
1 /* { dg-do run { target "i?86-*-*-darwin" powerpc*-*-darwin* } } */
2 /* { dg-options "-fPIC" } */
4 #if defined __PIC__
5 int main() {
6 return 0;
8 #else
9 error "NO __PIC__ DEFINED"
10 #endif