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
PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr45721_0.c
blob
8c5c052049a6e84076a4cd7a4b7789dbfb6647a7
1
/* { dg-lto-do assemble } */
2
void
baz
(
void
) {}
3
void
*
y
= (
void
*)
baz
;
4
int
main
() {
return
0
; }