]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/darwin-ld-5.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-5.c
1 /* Test Darwin linker option -dynamic. */
2 /* Developed by Devang Patel <dpatel@apple.com>. */
3
4 /* { dg-options "-dynamic" } */
5 /* { dg-do link { target *-*-darwin* } } */
6
7 int main()
8 {
9 return 0;
10 }
11