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