]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pic-macro-define.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pic-macro-define.c
CommitLineData
1a1e6a9d
FJ
1/* { dg-do run { target "i?86-*-*-darwin" powerpc*-*-darwin* } } */
2/* { dg-options "-fPIC" } */
3
4#if defined __PIC__
5int main() {
6 return 0;
7}
8#else
9 error "NO __PIC__ DEFINED"
10#endif