]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/darwin-ld-20040828-1.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / darwin-ld-20040828-1.c
1 /* Test -segaddr.  */
2 /* Contributed by Devang Patel  <dpatel@apple.com>  */
3
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-segaddr __DATA 4000" } */
6
7
8 int
9 main ()
10 {
11   return 0;
12 }
13