]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/darwin-version-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / darwin-version-1.c.expected
1 /* Basic test of the -mmacosx-version-min option.  */
2
3 /* { dg-options "-mmacosx-version-min=10.1" } */
4 /* { dg-do link { target *-*-darwin* } } */
5
6 int main()
7 {
8   return 0;
9 }
10