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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
darwin-ld-20040809-2.c
blob
73d788db06782de3e5777c1511a1bc9a4c263475
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