IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-version-1.c
blob11cfceff399637ad3d0ef63c9b376fdff80166af
1 /* Basic test of the -mmacosx-version-min option. */
3 /* { dg-options "-mmacosx-version-min=10.1" } */
4 /* { dg-do link { target *-*-darwin* } } */
6 int main()
8 return 0;