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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20091216-1_0.c
blob
7bcf1f38ddf13114a6b3ea01f82882f9dc175ee7
1
/* { dg-lto-do run } */
2
3
#include
"../nop.h"
4
5
asm
(
".globl start_
\n
start_: "
NOP
);
6
7
int
8
main
()
9
{
10
return
0
;
11
}