]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/darwin-ld-20040809-2.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / darwin-ld-20040809-2.c
1 /* Test -no_dead_strip_inits_and_terms support. */
2 /* Contributed by Devang Patel  <dpatel@apple.com>  */
3
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-no_dead_strip_inits_and_terms" } */
6
7 int
8 main ()
9 {
10   return 0;
11 }
12