repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-version-1.c
blob
11cfceff399637ad3d0ef63c9b376fdff80166af
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